Html Css Color HEX #55752A Green Leaf

📋 copy color: '#55752A'

red 85 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #55752A

Tints of Green Leaf #55752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 34.84%
G = 47.95%
B = 17.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#55752A (or 0x55752A) is known color: Green Leaf. HEX triplet: 55, 75 and 2A. RGB value is (85,117,42). Sum of RGB (Red+Green+Blue) = 85+117+42=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #55752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55752A is #AA8AD5. Grayscale: #636363. Windows color (decimal): -11176662 or 2782549. OLE color: 2782549.

HSL color Cylindrical-coordinate representation of color #55752A: hue angle of 85.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55752A is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 42 -
CMYK 0.27 0 0.64 0.54
HSL 85.6º 0.47% 0.31% -
HSV(B) 85.6º 0.64% 0.46% -
XYZ 10.53 14.82 4.5 -
YUV 98.88 95.9 118.1 -
System Red Green Blue C M Y K H S L
Decimal 85 117 42 0.27 0 0.64 0.54 85.6 0.47 0.31
Hex 55 75 2A 1B 0 40 36 56 2F 1F
Octal 125 165 52 33 0 100 66 126 57 37
Binary 1010101 1110101 101010 11011 0 1000000 110110 1010110 101111 11111

Color Harmonies of #55752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55752A

Black with #55752A

Text Example


Text Example

White with #55752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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