#5C600E

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

Shades of Fiji Green #5C600E

Tints of Fiji Green #5C600E

Color information

#5C600E (or 0x5C600E) is unknown color: approx Fiji Green. HEX triplet: 5C, 60 and 0E. RGB value is (92,96,14). Sum of RGB (Red+Green+Blue) = 92+96+14=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #5C600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C600E is #A39FF1. Grayscale: #555555. Windows color (decimal): -10723314 or 942172. OLE color: 942172.

HSL color Cylindrical-coordinate representation of color #5C600E: hue angle of 62.93º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C600E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB929614-
CMYK0.0400.850.62
HSL62.93º74.55%21.57%-
HSV(B)62.93º85.42%37.65%-
XYZ8.6810.672.02-
YUV85.4687.67132.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=45.54%
G=47.52%
B=6.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296140.0400.850.6262.9374.5521.57
Hex5C60E40553E3f4b16
Octal1341401640125767711326
Binary10111001100000111010001010101111110111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,14); }

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

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

 a { background-color: rgb(92,96,14); }

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

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

 span { border-color: rgb(92,96,14); }

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