#5C6B13

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

Shades of Fiji Green #5C6B13

Tints of Fiji Green #5C6B13

Color information

#5C6B13 (or 0x5C6B13) is unknown color: approx Fiji Green. HEX triplet: 5C, 6B and 13. RGB value is (92,107,19). Sum of RGB (Red+Green+Blue) = 92+107+19=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6B13 is #A394EC. Grayscale: #5C5C5C. Windows color (decimal): -10720493 or 1272668. OLE color: 1272668.

HSL color Cylindrical-coordinate representation of color #5C6B13: hue angle of 70.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C6B13 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB9210719-
CMYK0.1400.820.58
HSL70.23º69.84%24.71%-
HSV(B)70.23º82.24%41.96%-
XYZ9.7912.842.58-
YUV92.4886.53127.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 107 (42.19% from 255) = 49.08%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=42.20%
G=49.08%
B=8.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92107190.1400.820.5870.2369.8424.71
Hex5C6B13E0523A464619
Octal134153231601227210610631
Binary10111001101011100111110010100101110101000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,107,19); }

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

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

 a { background-color: rgb(92,107,19); }

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

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

 span { border-color: rgb(92,107,19); }

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