#5C601A

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

Shades of Fiji Green #5C601A

Tints of Fiji Green #5C601A

Color information

#5C601A (or 0x5C601A) is unknown color: approx Fiji Green. HEX triplet: 5C, 60 and 1A. RGB value is (92,96,26). Sum of RGB (Red+Green+Blue) = 92+96+26=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #5C601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C601A is #A39FE5. Grayscale: #575757. Windows color (decimal): -10723302 or 1728604. OLE color: 1728604.

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

Color convert

RGB929626-
CMYK0.0400.730.62
HSL63.43º57.38%23.92%-
HSV(B)63.43º72.92%37.65%-
XYZ8.7810.722.58-
YUV86.8293.67131.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.99%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=42.99%
G=44.86%
B=12.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296260.0400.730.6263.4357.3823.92
Hex5C601A40493E3f3918
Octal134140324011176777130
Binary10111001100000110101000100100111111011111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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