#536B35

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

Shades of Green Leaf #536B35

Tints of Green Leaf #536B35

Color information

#536B35 (or 0x536B35) is unknown color: approx Green Leaf. HEX triplet: 53, 6B and 35. RGB value is (83,107,53). Sum of RGB (Red+Green+Blue) = 83+107+53=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #536B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536B35 is #AC94CA. Grayscale: #5D5D5D. Windows color (decimal): -11310283 or 3500883. OLE color: 3500883.

HSL color Cylindrical-coordinate representation of color #536B35: hue angle of 86.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #536B35 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB8310753-
CMYK0.2200.500.58
HSL86.67º33.75%31.37%-
HSV(B)86.67º50.47%41.96%-
XYZ9.4712.615.3-
YUV93.67105.05120.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=34.16%
G=44.03%
B=21.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107530.2200.500.5886.6733.7531.37
Hex536B35160323A57221f
Octal1231536526062721274237
Binary10100111101011110101101100110010111010101011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B35; }

 p { color: rgb(83,107,53); }

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

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

 a { background-color: rgb(83,107,53); }

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

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

 span { border-color: rgb(83,107,53); }

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