Html Css Color HEX #52752A Green Leaf

📋 copy color: '#52752A'

red 82 ◦ green 117 ◦ blue 42

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

Shades of Green Leaf #52752A

Tints of Green Leaf #52752A

RGB

 RED value IS 82 (32.42% from 255) = 34.02%

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

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

R = 34.02%
G = 48.55%
B = 17.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#52752A (or 0x52752A) is known color: Green Leaf. HEX triplet: 52, 75 and 2A. RGB value is (82,117,42). Sum of RGB (Red+Green+Blue) = 82+117+42=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #52752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52752A is #AD8AD5. Grayscale: #626262. Windows color (decimal): -11373270 or 2782546. OLE color: 2782546.

HSL color Cylindrical-coordinate representation of color #52752A: hue angle of 88º 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 #52752A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 42 -
CMYK 0.30 0 0.64 0.54
HSL 88º 0.47% 0.31% -
HSV(B) 88º 0.64% 0.46% -
XYZ 10.26 14.68 4.48 -
YUV 97.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 82 117 42 0.30 0 0.64 0.54 88 0.47 0.31
Hex 52 75 2A 1E 0 40 36 58 2F 1F
Octal 122 165 52 36 0 100 66 130 57 37
Binary 1010010 1110101 101010 11110 0 1000000 110110 1011000 101111 11111

Color Harmonies of #52752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52752A

Black with #52752A

Text Example


Text Example

White with #52752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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