#5C7308

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

Shades of Fiji Green #5C7308

Tints of Fiji Green #5C7308

Color information

#5C7308 (or 0x5C7308) is unknown color: approx Fiji Green. HEX triplet: 5C, 73 and 08. RGB value is (92,115,8). Sum of RGB (Red+Green+Blue) = 92+115+8=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7308 is #A38CF7. Grayscale: #606060. Windows color (decimal): -10718456 or 553820. OLE color: 553820.

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

Color convert

RGB921158-
CMYK0.2000.930.55
HSL72.9º86.99%24.12%-
HSV(B)72.9º93.04%45.1%-
XYZ10.5914.552.48-
YUV95.9278.38125.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 8 (3.52% from 255) = 3.72%
R=42.79%
G=53.49%
B=3.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9211580.2000.930.5572.986.9924.12
Hex5C7381405D37495718
Octal134163102401356711112730
Binary10111001110011100010100010111011101111001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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