Html Css Color HEX #52722A Green Leaf

📋 copy color: '#52722A'

red 82 ◦ green 114 ◦ blue 42

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

Shades of Green Leaf #52722A

Tints of Green Leaf #52722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 34.45%
G = 47.9%
B = 17.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#52722A (or 0x52722A) is known color: Green Leaf. HEX triplet: 52, 72 and 2A. RGB value is (82,114,42). Sum of RGB (Red+Green+Blue) = 82+114+42=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #52722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52722A is #AD8DD5. Grayscale: #606060. Windows color (decimal): -11374038 or 2781778. OLE color: 2781778.

HSL color Cylindrical-coordinate representation of color #52722A: hue angle of 86.67º 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 #52722A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 42 -
CMYK 0.28 0 0.63 0.55
HSL 86.67º 0.46% 0.31% -
HSV(B) 86.67º 0.63% 0.45% -
XYZ 9.91 14 4.37 -
YUV 96.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 82 114 42 0.28 0 0.63 0.55 86.67 0.46 0.31
Hex 52 72 2A 1C 0 3F 37 57 2E 1F
Octal 122 162 52 34 0 77 67 127 56 37
Binary 1010010 1110010 101010 11100 0 111111 110111 1010111 101110 11111

Color Harmonies of #52722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52722A

Black with #52722A

Text Example


Text Example

White with #52722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,114,42); }

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

background-color css

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

 a { background-color: rgb(82,114,42); }

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

border-color css

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

 span { border-color: rgb(82,114,42); }

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