#556612

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

Shades of Fiji Green #556612

Tints of Fiji Green #556612

Color information

#556612 (or 0x556612) is unknown color: approx Fiji Green. HEX triplet: 55, 66 and 12. RGB value is (85,102,18). Sum of RGB (Red+Green+Blue) = 85+102+18=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #556612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556612 is #AA99ED. Grayscale: #575757. Windows color (decimal): -11180526 or 1205845. OLE color: 1205845.

HSL color Cylindrical-coordinate representation of color #556612: hue angle of 72.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #556612 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB8510218-
CMYK0.1700.820.6
HSL72.14º70%23.53%-
HSV(B)72.14º82.35%40%-
XYZ8.6111.482.33-
YUV87.3488.87126.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 102 (40.23% from 255) = 49.76%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=41.46%
G=49.76%
B=8.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102180.1700.820.672.147023.53
Hex556612110523C484618
Octal125146222101227411010630
Binary101010111001101001010001010100101111001001000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556612; }

 p { color: rgb(85,102,18); }

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

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

 a { background-color: rgb(85,102,18); }

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

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

 span { border-color: rgb(85,102,18); }

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