Html Css Color HEX #526920 Green Leaf

📋 copy color: '#526920'

red 82 ◦ green 105 ◦ blue 32

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

Shades of Green Leaf #526920

Tints of Green Leaf #526920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 37.44%
G = 47.95%
B = 14.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#526920 (or 0x526920) is known color: Green Leaf. HEX triplet: 52, 69 and 20. RGB value is (82,105,32). Sum of RGB (Red+Green+Blue) = 82+105+32=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #526920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526920 is #AD96DF. Grayscale: #5A5A5A. Windows color (decimal): -11376352 or 2124114. OLE color: 2124114.

HSL color Cylindrical-coordinate representation of color #526920: hue angle of 78.9º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #526920 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 32 -
CMYK 0.22 0 0.70 0.59
HSL 78.9º 0.53% 0.27% -
HSV(B) 78.9º 0.7% 0.41% -
XYZ 8.79 12 3.22 -
YUV 89.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 82 105 32 0.22 0 0.70 0.59 78.9 0.53 0.27
Hex 52 69 20 16 0 46 3B 4F 35 1B
Octal 122 151 40 26 0 106 73 117 65 33
Binary 1010010 1101001 100000 10110 0 1000110 111011 1001111 110101 11011

Color Harmonies of #526920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526920

Black with #526920

Text Example


Text Example

White with #526920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526920; }

 p { color: rgb(82,105,32); }

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

background-color css

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

 a { background-color: rgb(82,105,32); }

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

border-color css

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

 span { border-color: rgb(82,105,32); }

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