Html Css Color HEX #556F1F Green Leaf

📋 copy color: '#556F1F'

red 85 ◦ green 111 ◦ blue 31

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

Shades of Green Leaf #556F1F

Tints of Green Leaf #556F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 37.44%
G = 48.9%
B = 13.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#556F1F (or 0x556F1F) is known color: Green Leaf. HEX triplet: 55, 6F and 1F. RGB value is (85,111,31). Sum of RGB (Red+Green+Blue) = 85+111+31=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #556F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F1F is #AA90E0. Grayscale: #5E5E5E. Windows color (decimal): -11178209 or 2060117. OLE color: 2060117.

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

Color convert

RGB 85 111 31 -
CMYK 0.23 0 0.72 0.56
HSL 79.5º 0.56% 0.28% -
HSV(B) 79.5º 0.72% 0.44% -
XYZ 9.68 13.4 3.37 -
YUV 94.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 85 111 31 0.23 0 0.72 0.56 79.5 0.56 0.28
Hex 55 6F 1F 17 0 48 38 50 38 1C
Octal 125 157 37 27 0 110 70 120 70 34
Binary 1010101 1101111 11111 10111 0 1001000 111000 1010000 111000 11100

Color Harmonies of #556F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F1F

Black with #556F1F

Text Example


Text Example

White with #556F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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