#5D7409

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

Shades of Fiji Green #5D7409

Tints of Fiji Green #5D7409

Color information

#5D7409 (or 0x5D7409) is unknown color: approx Fiji Green. HEX triplet: 5D, 74 and 09. RGB value is (93,116,9). Sum of RGB (Red+Green+Blue) = 93+116+9=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7409 is #A28BF6. Grayscale: #616161. Windows color (decimal): -10652663 or 619613. OLE color: 619613.

HSL color Cylindrical-coordinate representation of color #5D7409: hue angle of 72.9º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D7409 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB931169-
CMYK0.2000.920.55
HSL72.9º85.6%24.51%-
HSV(B)72.9º92.24%45.49%-
XYZ10.8114.842.55-
YUV96.9278.38125.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 9 (3.91% from 255) = 4.13%
R=42.66%
G=53.21%
B=4.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9311690.2000.920.5572.985.624.51
Hex5D7491405C37495619
Octal135164112401346711112631
Binary10111011110100100110100010111001101111001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,9); }

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

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

 a { background-color: rgb(93,116,9); }

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

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

 span { border-color: rgb(93,116,9); }

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