Html Css Color HEX #556F1E Green Leaf

📋 copy color: '#556F1E'

red 85 ◦ green 111 ◦ blue 30

#556F1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #556F1E

Tints of Green Leaf #556F1E

RGB

 RED value IS 85 (33.59% from 255) = 37.61%

 GREEN value IS 111 (43.75% from 255) = 49.12%

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 37.61%
G = 49.12%
B = 13.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#556F1E (or 0x556F1E) is known color: Green Leaf. HEX triplet: 55, 6F and 1E. RGB value is (85,111,30). Sum of RGB (Red+Green+Blue) = 85+111+30=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #556F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F1E is #AA90E1. Grayscale: #5E5E5E. Windows color (decimal): -11178210 or 1994581. OLE color: 1994581.

HSL color Cylindrical-coordinate representation of color #556F1E: hue angle of 79.26º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #556F1E is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 30 -
CMYK 0.23 0 0.73 0.56
HSL 79.26º 0.57% 0.28% -
HSV(B) 79.26º 0.73% 0.44% -
XYZ 9.67 13.39 3.3 -
YUV 93.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 85 111 30 0.23 0 0.73 0.56 79.26 0.57 0.28
Hex 55 6F 1E 17 0 49 38 4F 39 1C
Octal 125 157 36 27 0 111 70 117 71 34
Binary 1010101 1101111 11110 10111 0 1001001 111000 1001111 111001 11100

Color Harmonies of #556F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F1E

Black with #556F1E

Text Example


Text Example

White with #556F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,30); }

 H1.HeaderClassName
 {
   color: #556F1E;
 }
 .AnyTagClassName
 {
   color: #556F1E;
 }
</style>

background-color css

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

 a { background-color: rgb(85,111,30); }

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

border-color css

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

 span { border-color: rgb(85,111,30); }

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