Html Css Color HEX #52752F Green Leaf

📋 copy color: '#52752F'

red 82 ◦ green 117 ◦ blue 47

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

Shades of Green Leaf #52752F

Tints of Green Leaf #52752F

RGB

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

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

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

R = 33.33%
G = 47.56%
B = 19.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#52752F (or 0x52752F) is known color: Green Leaf. HEX triplet: 52, 75 and 2F. RGB value is (82,117,47). Sum of RGB (Red+Green+Blue) = 82+117+47=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #52752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52752F is #AD8AD0. Grayscale: #626262. Windows color (decimal): -11373265 or 3110226. OLE color: 3110226.

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

Color convert

RGB 82 117 47 -
CMYK 0.30 0 0.60 0.54
HSL 90º 0.43% 0.32% -
HSV(B) 90º 0.6% 0.46% -
XYZ 10.35 14.72 4.99 -
YUV 98.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 82 117 47 0.30 0 0.60 0.54 90 0.43 0.32
Hex 52 75 2F 1E 0 3C 36 5A 2B 20
Octal 122 165 57 36 0 74 66 132 53 40
Binary 1010010 1110101 101111 11110 0 111100 110110 1011010 101011 100000

Color Harmonies of #52752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52752F

Black with #52752F

Text Example


Text Example

White with #52752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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