#5C7205

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

Shades of Fiji Green #5C7205

Tints of Fiji Green #5C7205

Color information

#5C7205 (or 0x5C7205) is unknown color: approx Fiji Green. HEX triplet: 5C, 72 and 05. RGB value is (92,114,5). Sum of RGB (Red+Green+Blue) = 92+114+5=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7205 is #A38DFA. Grayscale: #5F5F5F. Windows color (decimal): -10718715 or 356956. OLE color: 356956.

HSL color Cylindrical-coordinate representation of color #5C7205: hue angle of 72.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C7205 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB921145-
CMYK0.1900.960.55
HSL72.11º91.6%23.33%-
HSV(B)72.11º95.61%44.71%-
XYZ10.4614.322.36-
YUV9577.21125.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=43.60%
G=54.03%
B=2.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9211450.1900.960.5572.1191.623.33
Hex5C7251306037485c17
Octal13416252301406711013427
Binary1011100111001010110011011000001101111001000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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