Html Css Color HEX #526837 Green Leaf

📋 copy color: '#526837'

red 82 ◦ green 104 ◦ blue 55

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

Shades of Green Leaf #526837

Tints of Green Leaf #526837

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 34.02%
G = 43.15%
B = 22.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#526837 (or 0x526837) is known color: Green Leaf. HEX triplet: 52, 68 and 37. RGB value is (82,104,55). Sum of RGB (Red+Green+Blue) = 82+104+55=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #526837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526837 is #AD97C8. Grayscale: #5C5C5C. Windows color (decimal): -11376585 or 3631186. OLE color: 3631186.

HSL color Cylindrical-coordinate representation of color #526837: hue angle of 86.94º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #526837 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 55 -
CMYK 0.21 0 0.47 0.59
HSL 86.94º 0.31% 0.31% -
HSV(B) 86.94º 0.47% 0.41% -
XYZ 9.12 11.97 5.44 -
YUV 91.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 82 104 55 0.21 0 0.47 0.59 86.94 0.31 0.31
Hex 52 68 37 15 0 2F 3B 57 1F 1F
Octal 122 150 67 25 0 57 73 127 37 37
Binary 1010010 1101000 110111 10101 0 101111 111011 1010111 11111 11111

Color Harmonies of #526837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526837

Black with #526837

Text Example


Text Example

White with #526837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526837; }

 p { color: rgb(82,104,55); }

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

background-color css

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

 a { background-color: rgb(82,104,55); }

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

border-color css

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

 span { border-color: rgb(82,104,55); }

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