Html Css Color HEX #52731E Green Leaf

📋 copy color: '#52731E'

red 82 ◦ green 115 ◦ blue 30

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

Shades of Green Leaf #52731E

Tints of Green Leaf #52731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 36.12%
G = 50.66%
B = 13.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#52731E (or 0x52731E) is known color: Green Leaf. HEX triplet: 52, 73 and 1E. RGB value is (82,115,30). Sum of RGB (Red+Green+Blue) = 82+115+30=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #52731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52731E is #AD8CE1. Grayscale: #5F5F5F. Windows color (decimal): -11373794 or 1995602. OLE color: 1995602.

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

Color convert

RGB 82 115 30 -
CMYK 0.29 0 0.74 0.55
HSL 83.29º 0.59% 0.28% -
HSV(B) 83.29º 0.74% 0.45% -
XYZ 9.84 14.15 3.44 -
YUV 95.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 82 115 30 0.29 0 0.74 0.55 83.29 0.59 0.28
Hex 52 73 1E 1D 0 4A 37 53 3B 1C
Octal 122 163 36 35 0 112 67 123 73 34
Binary 1010010 1110011 11110 11101 0 1001010 110111 1010011 111011 11100

Color Harmonies of #52731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52731E

Black with #52731E

Text Example


Text Example

White with #52731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52731E; }

 p { color: rgb(82,115,30); }

 H1.HeaderClassName
 {
   color: #52731E;
 }
 .AnyTagClassName
 {
   color: #52731E;
 }
</style>

background-color css

<style>
 a { background-color: #52731E; }

 a { background-color: rgb(82,115,30); }

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

border-color css

<style>
 span { border-color: #52731E; }

 span { border-color: rgb(82,115,30); }

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