#556C1F

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

Shades of Green Leaf #556C1F

Tints of Green Leaf #556C1F

Color information

#556C1F (or 0x556C1F) is unknown color: approx Green Leaf. HEX triplet: 55, 6C and 1F. RGB value is (85,108,31). Sum of RGB (Red+Green+Blue) = 85+108+31=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #556C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556C1F is #AA93E0. Grayscale: #5C5C5C. Windows color (decimal): -11178977 or 2059349. OLE color: 2059349.

HSL color Cylindrical-coordinate representation of color #556C1F: hue angle of 77.92º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #556C1F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB8510831-
CMYK0.2100.710.58
HSL77.92º55.4%27.25%-
HSV(B)77.92º71.3%42.35%-
XYZ9.3612.763.27-
YUV92.3493.38122.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=37.95%
G=48.21%
B=13.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85108310.2100.710.5877.9255.427.25
Hex556C1F150473A4e371b
Octal12515437250107721166733
Binary10101011101100111111010101000111111010100111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556C1F; }

 p { color: rgb(85,108,31); }

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

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

 a { background-color: rgb(85,108,31); }

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

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

 span { border-color: rgb(85,108,31); }

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