Html Css Color HEX #52731A Green Leaf

📋 copy color: '#52731A'

red 82 ◦ green 115 ◦ blue 26

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

Shades of Green Leaf #52731A

Tints of Green Leaf #52731A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 36.77%
G = 51.57%
B = 11.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#52731A (or 0x52731A) is known color: Green Leaf. HEX triplet: 52, 73 and 1A. RGB value is (82,115,26). Sum of RGB (Red+Green+Blue) = 82+115+26=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #52731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52731A is #AD8CE5. Grayscale: #5F5F5F. Windows color (decimal): -11373798 or 1733458. OLE color: 1733458.

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

Color convert

RGB 82 115 26 -
CMYK 0.29 0 0.77 0.55
HSL 82.25º 0.63% 0.28% -
HSV(B) 82.25º 0.77% 0.45% -
XYZ 9.8 14.13 3.19 -
YUV 94.99 89.07 118.74 -
System Red Green Blue C M Y K H S L
Decimal 82 115 26 0.29 0 0.77 0.55 82.25 0.63 0.28
Hex 52 73 1A 1D 0 4D 37 52 3F 1C
Octal 122 163 32 35 0 115 67 122 77 34
Binary 1010010 1110011 11010 11101 0 1001101 110111 1010010 111111 11100

Color Harmonies of #52731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52731A

Black with #52731A

Text Example


Text Example

White with #52731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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