#5C6B03

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

Shades of Fiji Green #5C6B03

Tints of Fiji Green #5C6B03

Color information

#5C6B03 (or 0x5C6B03) is unknown color: approx Fiji Green. HEX triplet: 5C, 6B and 03. RGB value is (92,107,3). Sum of RGB (Red+Green+Blue) = 92+107+3=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #5C6B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6B03 is #A394FC. Grayscale: #5B5B5B. Windows color (decimal): -10720509 or 224092. OLE color: 224092.

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

Color convert

RGB921073-
CMYK0.1400.970.58
HSL68.65º94.55%21.57%-
HSV(B)68.65º97.2%41.96%-
XYZ9.6912.82.05-
YUV90.6678.53128.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.54%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=45.54%
G=52.97%
B=1.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9210730.1400.970.5868.6594.5521.57
Hex5C6B3E0613A455f16
Octal13415331601417210513726
Binary10111001101011111110011000011110101000101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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