Html Css Color HEX #52762B Green Leaf

📋 copy color: '#52762B'

red 82 ◦ green 118 ◦ blue 43

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

Shades of Green Leaf #52762B

Tints of Green Leaf #52762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

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

R = 33.74%
G = 48.56%
B = 17.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#52762B (or 0x52762B) is known color: Green Leaf. HEX triplet: 52, 76 and 2B. RGB value is (82,118,43). Sum of RGB (Red+Green+Blue) = 82+118+43=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #52762B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52762B is #AD89D4. Grayscale: #626262. Windows color (decimal): -11373013 or 2848338. OLE color: 2848338.

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

Color convert

RGB 82 118 43 -
CMYK 0.31 0 0.64 0.54
HSL 88.8º 0.47% 0.32% -
HSV(B) 88.8º 0.64% 0.46% -
XYZ 10.39 14.93 4.62 -
YUV 98.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 82 118 43 0.31 0 0.64 0.54 88.8 0.47 0.32
Hex 52 76 2B 1F 0 40 36 59 2F 20
Octal 122 166 53 37 0 100 66 131 57 40
Binary 1010010 1110110 101011 11111 0 1000000 110110 1011001 101111 100000

Color Harmonies of #52762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52762B

Black with #52762B

Text Example


Text Example

White with #52762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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