#5C5E10

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

Shades of Fiji Green #5C5E10

Tints of Fiji Green #5C5E10

Color information

#5C5E10 (or 0x5C5E10) is unknown color: approx Fiji Green. HEX triplet: 5C, 5E and 10. RGB value is (92,94,16). Sum of RGB (Red+Green+Blue) = 92+94+16=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5E10 is #A3A1EF. Grayscale: #545454. Windows color (decimal): -10723824 or 1072732. OLE color: 1072732.

HSL color Cylindrical-coordinate representation of color #5C5E10: hue angle of 61.54º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C5E10 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB929416-
CMYK0.0200.830.63
HSL61.54º70.91%21.57%-
HSV(B)61.54º82.98%36.86%-
XYZ8.5110.322.03-
YUV84.5189.34133.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 94 (37.11% from 255) = 46.53%
BLUE value IS 16 (6.64% from 255) = 7.92%
R=45.54%
G=46.53%
B=7.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9294160.0200.830.6361.5470.9121.57
Hex5C5E1020533F3e4716
Octal1341362020123777610726
Binary10111001011110100001001010011111111111110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,94,16); }

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

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

 a { background-color: rgb(92,94,16); }

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

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

 span { border-color: rgb(92,94,16); }

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