Html Css Color HEX #55752F Green Leaf

📋 copy color: '#55752F'

red 85 ◦ green 117 ◦ blue 47

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

Shades of Green Leaf #55752F

Tints of Green Leaf #55752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.99%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 34.14%
G = 46.99%
B = 18.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#55752F (or 0x55752F) is known color: Green Leaf. HEX triplet: 55, 75 and 2F. RGB value is (85,117,47). Sum of RGB (Red+Green+Blue) = 85+117+47=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #55752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55752F is #AA8AD0. Grayscale: #636363. Windows color (decimal): -11176657 or 3110229. OLE color: 3110229.

HSL color Cylindrical-coordinate representation of color #55752F: hue angle of 87.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55752F is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 47 -
CMYK 0.27 0 0.60 0.54
HSL 87.43º 0.43% 0.32% -
HSV(B) 87.43º 0.6% 0.46% -
XYZ 10.62 14.86 5 -
YUV 99.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 85 117 47 0.27 0 0.60 0.54 87.43 0.43 0.32
Hex 55 75 2F 1B 0 3C 36 57 2B 20
Octal 125 165 57 33 0 74 66 127 53 40
Binary 1010101 1110101 101111 11011 0 111100 110110 1010111 101011 100000

Color Harmonies of #55752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55752F

Black with #55752F

Text Example


Text Example

White with #55752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55752F; }

 p { color: rgb(85,117,47); }

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

background-color css

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

 a { background-color: rgb(85,117,47); }

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

border-color css

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

 span { border-color: rgb(85,117,47); }

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