Html Css Color HEX #526C37 Green Leaf

📋 copy color: '#526C37'

red 82 ◦ green 108 ◦ blue 55

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

Shades of Green Leaf #526C37

Tints of Green Leaf #526C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.08%

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

R = 33.47%
G = 44.08%
B = 22.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#526C37 (or 0x526C37) is known color: Green Leaf. HEX triplet: 52, 6C and 37. RGB value is (82,108,55). Sum of RGB (Red+Green+Blue) = 82+108+55=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #526C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C37 is #AD93C8. Grayscale: #5E5E5E. Windows color (decimal): -11375561 or 3632210. OLE color: 3632210.

HSL color Cylindrical-coordinate representation of color #526C37: hue angle of 89.43º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526C37 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 55 -
CMYK 0.24 0 0.49 0.58
HSL 89.43º 0.33% 0.32% -
HSV(B) 89.43º 0.49% 0.42% -
XYZ 9.53 12.79 5.58 -
YUV 94.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 82 108 55 0.24 0 0.49 0.58 89.43 0.33 0.32
Hex 52 6C 37 18 0 31 3A 59 21 20
Octal 122 154 67 30 0 61 72 131 41 40
Binary 1010010 1101100 110111 11000 0 110001 111010 1011001 100001 100000

Color Harmonies of #526C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C37

Black with #526C37

Text Example


Text Example

White with #526C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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