#5C7312

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

Shades of Fiji Green #5C7312

Tints of Fiji Green #5C7312

Color information

#5C7312 (or 0x5C7312) is unknown color: approx Fiji Green. HEX triplet: 5C, 73 and 12. RGB value is (92,115,18). Sum of RGB (Red+Green+Blue) = 92+115+18=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7312 is #A38CED. Grayscale: #616161. Windows color (decimal): -10718446 or 1209180. OLE color: 1209180.

HSL color Cylindrical-coordinate representation of color #5C7312: hue angle of 74.23º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C7312 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB9211518-
CMYK0.2000.840.55
HSL74.23º72.93%26.08%-
HSV(B)74.23º84.35%45.1%-
XYZ10.6514.582.83-
YUV97.0683.38124.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 18 (7.42% from 255) = 8%
R=40.89%
G=51.11%
B=8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115180.2000.840.5574.2372.9326.08
Hex5C731214054374a491a
Octal134163222401246711211132
Binary101110011100111001010100010101001101111001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,18); }

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

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

 a { background-color: rgb(92,115,18); }

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

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

 span { border-color: rgb(92,115,18); }

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