Html Css Color HEX #526B37 Green Leaf

📋 copy color: '#526B37'

red 82 ◦ green 107 ◦ blue 55

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

Shades of Green Leaf #526B37

Tints of Green Leaf #526B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

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

R = 33.61%
G = 43.85%
B = 22.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#526B37 (or 0x526B37) is known color: Green Leaf. HEX triplet: 52, 6B and 37. RGB value is (82,107,55). Sum of RGB (Red+Green+Blue) = 82+107+55=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #526B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B37 is #AD94C8. Grayscale: #5D5D5D. Windows color (decimal): -11375817 or 3631954. OLE color: 3631954.

HSL color Cylindrical-coordinate representation of color #526B37: hue angle of 88.85º degrees, saturation: 0.32, 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 #526B37 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 55 -
CMYK 0.23 0 0.49 0.58
HSL 88.85º 0.32% 0.32% -
HSV(B) 88.85º 0.49% 0.42% -
XYZ 9.43 12.59 5.55 -
YUV 93.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 82 107 55 0.23 0 0.49 0.58 88.85 0.32 0.32
Hex 52 6B 37 17 0 31 3A 59 20 20
Octal 122 153 67 27 0 61 72 131 40 40
Binary 1010010 1101011 110111 10111 0 110001 111010 1011001 100000 100000

Color Harmonies of #526B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B37

Black with #526B37

Text Example


Text Example

White with #526B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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