Html Css Color HEX #52742F Green Leaf

📋 copy color: '#52742F'

red 82 ◦ green 116 ◦ blue 47

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

Shades of Green Leaf #52742F

Tints of Green Leaf #52742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 33.47%
G = 47.35%
B = 19.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#52742F (or 0x52742F) is known color: Green Leaf. HEX triplet: 52, 74 and 2F. RGB value is (82,116,47). Sum of RGB (Red+Green+Blue) = 82+116+47=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #52742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52742F is #AD8BD0. Grayscale: #626262. Windows color (decimal): -11373521 or 3109970. OLE color: 3109970.

HSL color Cylindrical-coordinate representation of color #52742F: hue angle of 89.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52742F is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 47 -
CMYK 0.29 0 0.59 0.55
HSL 89.57º 0.42% 0.32% -
HSV(B) 89.57º 0.59% 0.45% -
XYZ 10.24 14.49 4.95 -
YUV 97.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 82 116 47 0.29 0 0.59 0.55 89.57 0.42 0.32
Hex 52 74 2F 1D 0 3B 37 5A 2A 20
Octal 122 164 57 35 0 73 67 132 52 40
Binary 1010010 1110100 101111 11101 0 111011 110111 1011010 101010 100000

Color Harmonies of #52742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52742F

Black with #52742F

Text Example


Text Example

White with #52742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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