Html Css Color HEX #527531 Green Leaf

📋 copy color: '#527531'

red 82 ◦ green 117 ◦ blue 49

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

Shades of Green Leaf #527531

Tints of Green Leaf #527531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 33.06%
G = 47.18%
B = 19.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#527531 (or 0x527531) is known color: Green Leaf. HEX triplet: 52, 75 and 31. RGB value is (82,117,49). Sum of RGB (Red+Green+Blue) = 82+117+49=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #527531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527531 is #AD8ACE. Grayscale: #636363. Windows color (decimal): -11373263 or 3241298. OLE color: 3241298.

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

Color convert

RGB 82 117 49 -
CMYK 0.30 0 0.58 0.54
HSL 90.88º 0.41% 0.33% -
HSV(B) 90.88º 0.58% 0.46% -
XYZ 10.4 14.74 5.2 -
YUV 98.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 82 117 49 0.30 0 0.58 0.54 90.88 0.41 0.33
Hex 52 75 31 1E 0 3A 36 5B 29 21
Octal 122 165 61 36 0 72 66 133 51 41
Binary 1010010 1110101 110001 11110 0 111010 110110 1011011 101001 100001

Color Harmonies of #527531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527531

Black with #527531

Text Example


Text Example

White with #527531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527531; }

 p { color: rgb(82,117,49); }

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

background-color css

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

 a { background-color: rgb(82,117,49); }

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

border-color css

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

 span { border-color: rgb(82,117,49); }

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