Html Css Color HEX #527131 Green Leaf

📋 copy color: '#527131'

red 82 ◦ green 113 ◦ blue 49

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

Shades of Green Leaf #527131

Tints of Green Leaf #527131

RGB

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

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

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

R = 33.61%
G = 46.31%
B = 20.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#527131 (or 0x527131) is known color: Green Leaf. HEX triplet: 52, 71 and 31. RGB value is (82,113,49). Sum of RGB (Red+Green+Blue) = 82+113+49=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #527131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527131 is #AD8ECE. Grayscale: #606060. Windows color (decimal): -11374287 or 3240274. OLE color: 3240274.

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

Color convert

RGB 82 113 49 -
CMYK 0.27 0 0.57 0.56
HSL 89.06º 0.4% 0.32% -
HSV(B) 89.06º 0.57% 0.44% -
XYZ 9.94 13.83 5.05 -
YUV 96.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 82 113 49 0.27 0 0.57 0.56 89.06 0.4 0.32
Hex 52 71 31 1B 0 39 38 59 28 20
Octal 122 161 61 33 0 71 70 131 50 40
Binary 1010010 1110001 110001 11011 0 111001 111000 1011001 101000 100000

Color Harmonies of #527131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527131

Black with #527131

Text Example


Text Example

White with #527131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527131; }

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

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

background-color css

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

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

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

border-color css

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

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

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