Html Css Color HEX #527126 Green Leaf

📋 copy color: '#527126'

red 82 ◦ green 113 ◦ blue 38

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

Shades of Green Leaf #527126

Tints of Green Leaf #527126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 35.19%
G = 48.5%
B = 16.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#527126 (or 0x527126) is known color: Green Leaf. HEX triplet: 52, 71 and 26. RGB value is (82,113,38). Sum of RGB (Red+Green+Blue) = 82+113+38=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #527126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527126 is #AD8ED9. Grayscale: #5F5F5F. Windows color (decimal): -11374298 or 2519378. OLE color: 2519378.

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

Color convert

RGB 82 113 38 -
CMYK 0.27 0 0.66 0.56
HSL 84.8º 0.5% 0.3% -
HSV(B) 84.8º 0.66% 0.44% -
XYZ 9.73 13.74 3.97 -
YUV 95.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 82 113 38 0.27 0 0.66 0.56 84.8 0.5 0.3
Hex 52 71 26 1B 0 42 38 55 32 1E
Octal 122 161 46 33 0 102 70 125 62 36
Binary 1010010 1110001 100110 11011 0 1000010 111000 1010101 110010 11110

Color Harmonies of #527126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527126

Black with #527126

Text Example


Text Example

White with #527126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527126; }

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

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

background-color css

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

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

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

border-color css

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

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

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