Html Css Color HEX #527136 Green Leaf

📋 copy color: '#527136'

red 82 ◦ green 113 ◦ blue 54

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

Shades of Green Leaf #527136

Tints of Green Leaf #527136

RGB

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

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

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

R = 32.93%
G = 45.38%
B = 21.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#527136 (or 0x527136) is known color: Green Leaf. HEX triplet: 52, 71 and 36. RGB value is (82,113,54). Sum of RGB (Red+Green+Blue) = 82+113+54=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #527136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527136 is #AD8EC9. Grayscale: #616161. Windows color (decimal): -11374282 or 3567954. OLE color: 3567954.

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

Color convert

RGB 82 113 54 -
CMYK 0.27 0 0.52 0.56
HSL 91.53º 0.35% 0.33% -
HSV(B) 91.53º 0.52% 0.44% -
XYZ 10.05 13.87 5.64 -
YUV 97.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 82 113 54 0.27 0 0.52 0.56 91.53 0.35 0.33
Hex 52 71 36 1B 0 34 38 5C 23 21
Octal 122 161 66 33 0 64 70 134 43 41
Binary 1010010 1110001 110110 11011 0 110100 111000 1011100 100011 100001

Color Harmonies of #527136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527136

Black with #527136

Text Example


Text Example

White with #527136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527136; }

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

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

background-color css

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

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

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

border-color css

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

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

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