Html Css Color HEX #527732 Green Leaf

📋 copy color: '#527732'

red 82 ◦ green 119 ◦ blue 50

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

Shades of Green Leaf #527732

Tints of Green Leaf #527732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 32.67%
G = 47.41%
B = 19.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#527732 (or 0x527732) is known color: Green Leaf. HEX triplet: 52, 77 and 32. RGB value is (82,119,50). Sum of RGB (Red+Green+Blue) = 82+119+50=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #527732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527732 is #AD88CD. Grayscale: #646464. Windows color (decimal): -11372750 or 3307346. OLE color: 3307346.

HSL color Cylindrical-coordinate representation of color #527732: hue angle of 92.17º 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 #527732 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 50 -
CMYK 0.31 0 0.58 0.53
HSL 92.17º 0.41% 0.33% -
HSV(B) 92.17º 0.58% 0.47% -
XYZ 10.65 15.22 5.39 -
YUV 100.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 82 119 50 0.31 0 0.58 0.53 92.17 0.41 0.33
Hex 52 77 32 1F 0 3A 35 5C 29 21
Octal 122 167 62 37 0 72 65 134 51 41
Binary 1010010 1110111 110010 11111 0 111010 110101 1011100 101001 100001

Color Harmonies of #527732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527732

Black with #527732

Text Example


Text Example

White with #527732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527732; }

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

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

background-color css

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

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

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

border-color css

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

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

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