Html Css Color HEX #52761D Green Leaf

📋 copy color: '#52761D'

red 82 ◦ green 118 ◦ blue 29

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

Shades of Green Leaf #52761D

Tints of Green Leaf #52761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.66%

R = 35.81%
G = 51.53%
B = 12.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#52761D (or 0x52761D) is known color: Green Leaf. HEX triplet: 52, 76 and 1D. RGB value is (82,118,29). Sum of RGB (Red+Green+Blue) = 82+118+29=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #52761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52761D is #AD89E2. Grayscale: #616161. Windows color (decimal): -11373027 or 1930834. OLE color: 1930834.

HSL color Cylindrical-coordinate representation of color #52761D: hue angle of 84.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52761D is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 29 -
CMYK 0.31 0 0.75 0.54
HSL 84.27º 0.61% 0.29% -
HSV(B) 84.27º 0.75% 0.46% -
XYZ 10.18 14.84 3.49 -
YUV 97.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 82 118 29 0.31 0 0.75 0.54 84.27 0.61 0.29
Hex 52 76 1D 1F 0 4B 36 54 3D 1D
Octal 122 166 35 37 0 113 66 124 75 35
Binary 1010010 1110110 11101 11111 0 1001011 110110 1010100 111101 11101

Color Harmonies of #52761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52761D

Black with #52761D

Text Example


Text Example

White with #52761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52761D; }

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

 H1.HeaderClassName
 {
   color: #52761D;
 }
 .AnyTagClassName
 {
   color: #52761D;
 }
</style>

background-color css

<style>
 a { background-color: #52761D; }

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

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

border-color css

<style>
 span { border-color: #52761D; }

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

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