Html Css Color HEX #52742B Green Leaf

📋 copy color: '#52742B'

red 82 ◦ green 116 ◦ blue 43

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

Shades of Green Leaf #52742B

Tints of Green Leaf #52742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 34.02%
G = 48.13%
B = 17.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#52742B (or 0x52742B) is known color: Green Leaf. HEX triplet: 52, 74 and 2B. RGB value is (82,116,43). Sum of RGB (Red+Green+Blue) = 82+116+43=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #52742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52742B is #AD8BD4. Grayscale: #616161. Windows color (decimal): -11373525 or 2847826. OLE color: 2847826.

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

Color convert

RGB 82 116 43 -
CMYK 0.29 0 0.63 0.55
HSL 87.95º 0.46% 0.31% -
HSV(B) 87.95º 0.63% 0.45% -
XYZ 10.16 14.46 4.54 -
YUV 97.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 82 116 43 0.29 0 0.63 0.55 87.95 0.46 0.31
Hex 52 74 2B 1D 0 3F 37 58 2E 1F
Octal 122 164 53 35 0 77 67 130 56 37
Binary 1010010 1110100 101011 11101 0 111111 110111 1011000 101110 11111

Color Harmonies of #52742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52742B

Black with #52742B

Text Example


Text Example

White with #52742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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