Html Css Color HEX #527129 Green Leaf

📋 copy color: '#527129'

red 82 ◦ green 113 ◦ blue 41

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

Shades of Green Leaf #527129

Tints of Green Leaf #527129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 34.75%
G = 47.88%
B = 17.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#527129 (or 0x527129) is known color: Green Leaf. HEX triplet: 52, 71 and 29. RGB value is (82,113,41). Sum of RGB (Red+Green+Blue) = 82+113+41=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #527129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527129 is #AD8ED6. Grayscale: #5F5F5F. Windows color (decimal): -11374295 or 2715986. OLE color: 2715986.

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

Color convert

RGB 82 113 41 -
CMYK 0.27 0 0.64 0.56
HSL 85.83º 0.47% 0.3% -
HSV(B) 85.83º 0.64% 0.44% -
XYZ 9.79 13.76 4.24 -
YUV 95.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 82 113 41 0.27 0 0.64 0.56 85.83 0.47 0.3
Hex 52 71 29 1B 0 40 38 56 2F 1E
Octal 122 161 51 33 0 100 70 126 57 36
Binary 1010010 1110001 101001 11011 0 1000000 111000 1010110 101111 11110

Color Harmonies of #527129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527129

Black with #527129

Text Example


Text Example

White with #527129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527129; }

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

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

background-color css

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

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

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

border-color css

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

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

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