#5D7719

Color #5D7719 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5D7719

Tints of Fiji Green #5D7719

Color information

#5D7719 (or 0x5D7719) is unknown color: approx Fiji Green. HEX triplet: 5D, 77 and 19. RGB value is (93,119,25). Sum of RGB (Red+Green+Blue) = 93+119+25=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7719 is #A288E6. Grayscale: #646464. Windows color (decimal): -10651879 or 1668957. OLE color: 1668957.

HSL color Cylindrical-coordinate representation of color #5D7719: hue angle of 76.6º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D7719 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB9311925-
CMYK0.2200.790.53
HSL76.6º65.28%28.24%-
HSV(B)76.6º78.99%46.67%-
XYZ11.2915.593.33-
YUV100.5185.39122.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 39.24%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=39.24%
G=50.21%
B=10.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119250.2200.790.5376.665.2828.24
Hex5D77191604F354d411c
Octal135167312601176511510134
Binary101110111101111100110110010011111101011001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7719; }

 p { color: rgb(93,119,25); }

 H1.HeaderClassName
 {
   color: #5D7719;
 }
 .AnyTagClassName
 {
   color: #5D7719;
 }
</style>
background-color css

<style>
 a { background-color: #5D7719; }

 a { background-color: rgb(93,119,25); }

 div.DivClassName
 {
   background-color: #5D7719;
 }
 .BgClassName
 {
   background-color: #5D7719;
 }
</style>
border-color css

<style>
 span { border-color: #5D7719; }

 span { border-color: rgb(93,119,25); }

 td.TdClassName
 {
   border-color: #5D7719;
 }
 .TagClassName
 {
   border-color: #5D7719;
 }
</style>