Html Css Color HEX #527731 Green Leaf

📋 copy color: '#527731'

red 82 ◦ green 119 ◦ blue 49

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

Shades of Green Leaf #527731

Tints of Green Leaf #527731

RGB

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

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

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

R = 32.8%
G = 47.6%
B = 19.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#527731 (or 0x527731) is known color: Green Leaf. HEX triplet: 52, 77 and 31. RGB value is (82,119,49). Sum of RGB (Red+Green+Blue) = 82+119+49=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #527731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527731 is #AD88CE. Grayscale: #646464. Windows color (decimal): -11372751 or 3241810. OLE color: 3241810.

HSL color Cylindrical-coordinate representation of color #527731: hue angle of 91.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #527731 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 49 -
CMYK 0.31 0 0.59 0.53
HSL 91.71º 0.42% 0.33% -
HSV(B) 91.71º 0.59% 0.47% -
XYZ 10.63 15.21 5.28 -
YUV 99.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 82 119 49 0.31 0 0.59 0.53 91.71 0.42 0.33
Hex 52 77 31 1F 0 3B 35 5C 2A 21
Octal 122 167 61 37 0 73 65 134 52 41
Binary 1010010 1110111 110001 11111 0 111011 110101 1011100 101010 100001

Color Harmonies of #527731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527731

Black with #527731

Text Example


Text Example

White with #527731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527731; }

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

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

background-color css

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

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

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

border-color css

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

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

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