#526B33

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

Shades of Green Leaf #526B33

Tints of Green Leaf #526B33

Color information

#526B33 (or 0x526B33) is unknown color: approx Green Leaf. HEX triplet: 52, 6B and 33. RGB value is (82,107,51). Sum of RGB (Red+Green+Blue) = 82+107+51=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #526B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B33 is #AD94CC. Grayscale: #5D5D5D. Windows color (decimal): -11375821 or 3369810. OLE color: 3369810.

HSL color Cylindrical-coordinate representation of color #526B33: hue angle of 86.79º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #526B33 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB8210751-
CMYK0.2300.520.58
HSL86.79º35.44%30.98%-
HSV(B)86.79º52.34%41.96%-
XYZ9.3312.555.06-
YUV93.14104.22120.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=34.17%
G=44.58%
B=21.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107510.2300.520.5886.7935.4430.98
Hex526B33170343A57231f
Octal1221536327064721274337
Binary10100101101011110011101110110100111010101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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