#53722B

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

Shades of Green Leaf #53722B

Tints of Green Leaf #53722B

Color information

#53722B (or 0x53722B) is unknown color: approx Green Leaf. HEX triplet: 53, 72 and 2B. RGB value is (83,114,43). Sum of RGB (Red+Green+Blue) = 83+114+43=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #53722B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53722B is #AC8DD4. Grayscale: #606060. Windows color (decimal): -11308501 or 2847315. OLE color: 2847315.

HSL color Cylindrical-coordinate representation of color #53722B: hue angle of 86.2º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53722B is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB8311443-
CMYK0.2700.620.55
HSL86.2º45.22%30.78%-
HSV(B)86.2º62.28%44.71%-
XYZ10.0214.054.47-
YUV96.6497.73118.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=34.58%
G=47.5%
B=17.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83114430.2700.620.5586.245.2230.78
Hex53722B1B03E37562d1f
Octal1231625333076671265537
Binary10100111110010101011110110111110110111101011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53722B; }

 p { color: rgb(83,114,43); }

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

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

 a { background-color: rgb(83,114,43); }

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

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

 span { border-color: rgb(83,114,43); }

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