Html Css Color HEX #527132 Green Leaf

📋 copy color: '#527132'

red 82 ◦ green 113 ◦ blue 50

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

Shades of Green Leaf #527132

Tints of Green Leaf #527132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 33.47%
G = 46.12%
B = 20.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#527132 (or 0x527132) is known color: Green Leaf. HEX triplet: 52, 71 and 32. RGB value is (82,113,50). Sum of RGB (Red+Green+Blue) = 82+113+50=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #527132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527132 is #AD8ECD. Grayscale: #606060. Windows color (decimal): -11374286 or 3305810. OLE color: 3305810.

HSL color Cylindrical-coordinate representation of color #527132: hue angle of 89.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527132 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 50 -
CMYK 0.27 0 0.56 0.56
HSL 89.52º 0.39% 0.32% -
HSV(B) 89.52º 0.56% 0.44% -
XYZ 9.96 13.83 5.16 -
YUV 96.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 82 113 50 0.27 0 0.56 0.56 89.52 0.39 0.32
Hex 52 71 32 1B 0 38 38 5A 27 20
Octal 122 161 62 33 0 70 70 132 47 40
Binary 1010010 1110001 110010 11011 0 111000 111000 1011010 100111 100000

Color Harmonies of #527132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527132

Black with #527132

Text Example


Text Example

White with #527132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527132; }

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

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

background-color css

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

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

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

border-color css

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

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

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