Html Css Color HEX #557D33 Green Leaf

📋 copy color: '#557D33'

red 85 ◦ green 125 ◦ blue 51

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

Shades of Green Leaf #557D33

Tints of Green Leaf #557D33

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.89%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 32.57%
G = 47.89%
B = 19.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#557D33 (or 0x557D33) is known color: Green Leaf. HEX triplet: 55, 7D and 33. RGB value is (85,125,51). Sum of RGB (Red+Green+Blue) = 85+125+51=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #557D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D33 is #AA82CC. Grayscale: #686868. Windows color (decimal): -11174605 or 3374421. OLE color: 3374421.

HSL color Cylindrical-coordinate representation of color #557D33: hue angle of 92.43º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557D33 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 51 -
CMYK 0.32 0 0.59 0.51
HSL 92.43º 0.42% 0.35% -
HSV(B) 92.43º 0.59% 0.49% -
XYZ 11.68 16.84 5.77 -
YUV 104.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 85 125 51 0.32 0 0.59 0.51 92.43 0.42 0.35
Hex 55 7D 33 20 0 3B 33 5C 2A 23
Octal 125 175 63 40 0 73 63 134 52 43
Binary 1010101 1111101 110011 100000 0 111011 110011 1011100 101010 100011

Color Harmonies of #557D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D33

Black with #557D33

Text Example


Text Example

White with #557D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D33; }

 p { color: rgb(85,125,51); }

 H1.HeaderClassName
 {
   color: #557D33;
 }
 .AnyTagClassName
 {
   color: #557D33;
 }
</style>

background-color css

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

 a { background-color: rgb(85,125,51); }

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

border-color css

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

 span { border-color: rgb(85,125,51); }

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