Html Css Color HEX #527236 Green Leaf

📋 copy color: '#527236'

red 82 ◦ green 114 ◦ blue 54

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

Shades of Green Leaf #527236

Tints of Green Leaf #527236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 32.8%
G = 45.6%
B = 21.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#527236 (or 0x527236) is known color: Green Leaf. HEX triplet: 52, 72 and 36. RGB value is (82,114,54). Sum of RGB (Red+Green+Blue) = 82+114+54=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #527236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527236 is #AD8DC9. Grayscale: #616161. Windows color (decimal): -11374026 or 3568210. OLE color: 3568210.

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

Color convert

RGB 82 114 54 -
CMYK 0.28 0 0.53 0.55
HSL 92º 0.36% 0.33% -
HSV(B) 92º 0.53% 0.45% -
XYZ 10.16 14.09 5.67 -
YUV 97.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 82 114 54 0.28 0 0.53 0.55 92 0.36 0.33
Hex 52 72 36 1C 0 35 37 5C 24 21
Octal 122 162 66 34 0 65 67 134 44 41
Binary 1010010 1110010 110110 11100 0 110101 110111 1011100 100100 100001

Color Harmonies of #527236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527236

Black with #527236

Text Example


Text Example

White with #527236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527236; }

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

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

background-color css

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

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

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

border-color css

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

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

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