#5D640C

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

Shades of Fiji Green #5D640C

Tints of Fiji Green #5D640C

Color information

#5D640C (or 0x5D640C) is unknown color: approx Fiji Green. HEX triplet: 5D, 64 and 0C. RGB value is (93,100,12). Sum of RGB (Red+Green+Blue) = 93+100+12=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #5D640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D640C is #A29BF3. Grayscale: #585858. Windows color (decimal): -10656756 or 812125. OLE color: 812125.

HSL color Cylindrical-coordinate representation of color #5D640C: hue angle of 64.77º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D640C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB9310012-
CMYK0.0700.880.61
HSL64.77º78.57%21.96%-
HSV(B)64.77º88%39.22%-
XYZ9.1411.472.08-
YUV87.8785.18131.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=45.37%
G=48.78%
B=5.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal93100120.0700.880.6164.7778.5721.96
Hex5D64C70583D414f16
Octal13514414701307510111726
Binary101110111001001100111010110001111011000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,100,12); }

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

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

 a { background-color: rgb(93,100,12); }

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

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

 span { border-color: rgb(93,100,12); }

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