#5C8005

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

Shades of Fiji Green #5C8005

Tints of Fiji Green #5C8005

Color information

#5C8005 (or 0x5C8005) is unknown color: approx Fiji Green. HEX triplet: 5C, 80 and 05. RGB value is (92,128,5). Sum of RGB (Red+Green+Blue) = 92+128+5=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #5C8005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8005 is #A37FFA. Grayscale: #676767. Windows color (decimal): -10715131 or 360540. OLE color: 360540.

HSL color Cylindrical-coordinate representation of color #5C8005: hue angle of 77.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C8005 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB921285-
CMYK0.2800.960.50
HSL77.56º92.48%26.08%-
HSV(B)77.56º96.09%50.2%-
XYZ12.1617.722.92-
YUV103.2172.57120-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=40.89%
G=56.89%
B=2.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9212850.2800.960.5077.5692.4826.08
Hex5C8051C060324e5c1a
Octal13420053401406211613432
Binary10111001000000010111100011000001100101001110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,128,5); }

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

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

 a { background-color: rgb(92,128,5); }

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

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

 span { border-color: rgb(92,128,5); }

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