Html Css Color HEX #527224 Green Leaf

📋 copy color: '#527224'

red 82 ◦ green 114 ◦ blue 36

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

Shades of Green Leaf #527224

Tints of Green Leaf #527224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.14%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 35.34%
G = 49.14%
B = 15.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#527224 (or 0x527224) is known color: Green Leaf. HEX triplet: 52, 72 and 24. RGB value is (82,114,36). Sum of RGB (Red+Green+Blue) = 82+114+36=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #527224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527224 is #AD8DDB. Grayscale: #5F5F5F. Windows color (decimal): -11374044 or 2388562. OLE color: 2388562.

HSL color Cylindrical-coordinate representation of color #527224: hue angle of 84.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527224 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 36 -
CMYK 0.28 0 0.68 0.55
HSL 84.62º 0.52% 0.29% -
HSV(B) 84.62º 0.68% 0.45% -
XYZ 9.82 13.96 3.85 -
YUV 95.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 82 114 36 0.28 0 0.68 0.55 84.62 0.52 0.29
Hex 52 72 24 1C 0 44 37 55 34 1D
Octal 122 162 44 34 0 104 67 125 64 35
Binary 1010010 1110010 100100 11100 0 1000100 110111 1010101 110100 11101

Color Harmonies of #527224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527224

Black with #527224

Text Example


Text Example

White with #527224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527224; }

 p { color: rgb(82,114,36); }

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

background-color css

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

 a { background-color: rgb(82,114,36); }

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

border-color css

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

 span { border-color: rgb(82,114,36); }

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