Html Css Color HEX #527832 Green Leaf

📋 copy color: '#527832'

red 82 ◦ green 120 ◦ blue 50

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

Shades of Green Leaf #527832

Tints of Green Leaf #527832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 32.54%
G = 47.62%
B = 19.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#527832 (or 0x527832) is known color: Green Leaf. HEX triplet: 52, 78 and 32. RGB value is (82,120,50). Sum of RGB (Red+Green+Blue) = 82+120+50=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #527832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527832 is #AD87CD. Grayscale: #646464. Windows color (decimal): -11372494 or 3307602. OLE color: 3307602.

HSL color Cylindrical-coordinate representation of color #527832: hue angle of 92.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527832 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 50 -
CMYK 0.32 0 0.58 0.53
HSL 92.57º 0.41% 0.33% -
HSV(B) 92.57º 0.58% 0.47% -
XYZ 10.77 15.46 5.43 -
YUV 100.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 82 120 50 0.32 0 0.58 0.53 92.57 0.41 0.33
Hex 52 78 32 20 0 3A 35 5D 29 21
Octal 122 170 62 40 0 72 65 135 51 41
Binary 1010010 1111000 110010 100000 0 111010 110101 1011101 101001 100001

Color Harmonies of #527832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527832

Black with #527832

Text Example


Text Example

White with #527832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527832; }

 p { color: rgb(82,120,50); }

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

background-color css

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

 a { background-color: rgb(82,120,50); }

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

border-color css

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

 span { border-color: rgb(82,120,50); }

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