Html Css Color HEX #527031 Green Leaf

📋 copy color: '#527031'

red 82 ◦ green 112 ◦ blue 49

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

Shades of Green Leaf #527031

Tints of Green Leaf #527031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.09%

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

R = 33.74%
G = 46.09%
B = 20.16%

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

#527031 (or 0x527031) is known color: Green Leaf. HEX triplet: 52, 70 and 31. RGB value is (82,112,49). Sum of RGB (Red+Green+Blue) = 82+112+49=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #527031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527031 is #AD8FCE. Grayscale: #606060. Windows color (decimal): -11374543 or 3240018. OLE color: 3240018.

HSL color Cylindrical-coordinate representation of color #527031: hue angle of 88.57º 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 #527031 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 49 -
CMYK 0.27 0 0.56 0.56
HSL 88.57º 0.39% 0.32% -
HSV(B) 88.57º 0.56% 0.44% -
XYZ 9.83 13.6 5.01 -
YUV 95.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 82 112 49 0.27 0 0.56 0.56 88.57 0.39 0.32
Hex 52 70 31 1B 0 38 38 59 27 20
Octal 122 160 61 33 0 70 70 131 47 40
Binary 1010010 1110000 110001 11011 0 111000 111000 1011001 100111 100000

Color Harmonies of #527031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527031

Black with #527031

Text Example


Text Example

White with #527031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527031; }

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

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

background-color css

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

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

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

border-color css

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

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

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