#526738

Color #526738 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526738

Tints of Green Leaf #526738

Color information

#526738 (or 0x526738) is unknown color: approx Green Leaf. HEX triplet: 52, 67 and 38. RGB value is (82,103,56). Sum of RGB (Red+Green+Blue) = 82+103+56=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #526738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526738 is #AD98C7. Grayscale: #5B5B5B. Windows color (decimal): -11376840 or 3696466. OLE color: 3696466.

HSL color Cylindrical-coordinate representation of color #526738: hue angle of 86.81º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526738 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB8210356-
CMYK0.2000.460.60
HSL86.81º29.56%31.18%-
HSV(B)86.81º45.63%40.39%-
XYZ9.0411.785.54-
YUV91.36108.04121.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 103 (40.62% from 255) = 42.74%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=34.02%
G=42.74%
B=23.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103560.2000.460.6086.8129.5631.18
Hex5267381402E3C571e1f
Octal1221477024056741273637
Binary1010010110011111100010100010111011110010101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526738; }

 p { color: rgb(82,103,56); }

 H1.HeaderClassName
 {
   color: #526738;
 }
 .AnyTagClassName
 {
   color: #526738;
 }
</style>
background-color css

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

 a { background-color: rgb(82,103,56); }

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

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

 span { border-color: rgb(82,103,56); }

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