Html Css Color HEX #557334 Green Leaf

📋 copy color: '#557334'

red 85 ◦ green 115 ◦ blue 52

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

Shades of Green Leaf #557334

Tints of Green Leaf #557334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 33.73%
G = 45.63%
B = 20.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#557334 (or 0x557334) is known color: Green Leaf. HEX triplet: 55, 73 and 34. RGB value is (85,115,52). Sum of RGB (Red+Green+Blue) = 85+115+52=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #557334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557334 is #AA8CCB. Grayscale: #636363. Windows color (decimal): -11177164 or 3437397. OLE color: 3437397.

HSL color Cylindrical-coordinate representation of color #557334: hue angle of 88.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #557334 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 52 -
CMYK 0.26 0 0.55 0.55
HSL 88.57º 0.38% 0.33% -
HSV(B) 88.57º 0.55% 0.45% -
XYZ 10.5 14.44 5.48 -
YUV 98.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 85 115 52 0.26 0 0.55 0.55 88.57 0.38 0.33
Hex 55 73 34 1A 0 37 37 59 26 21
Octal 125 163 64 32 0 67 67 131 46 41
Binary 1010101 1110011 110100 11010 0 110111 110111 1011001 100110 100001

Color Harmonies of #557334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557334

Black with #557334

Text Example


Text Example

White with #557334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557334; }

 p { color: rgb(85,115,52); }

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

background-color css

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

 a { background-color: rgb(85,115,52); }

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

border-color css

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

 span { border-color: rgb(85,115,52); }

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