#53782F

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

Shades of Green Leaf #53782F

Tints of Green Leaf #53782F

Color information

#53782F (or 0x53782F) is unknown color: approx Green Leaf. HEX triplet: 53, 78 and 2F. RGB value is (83,120,47). Sum of RGB (Red+Green+Blue) = 83+120+47=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #53782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53782F is #AC87D0. Grayscale: #646464. Windows color (decimal): -11306961 or 3110995. OLE color: 3110995.

HSL color Cylindrical-coordinate representation of color #53782F: hue angle of 90.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53782F is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB8312047-
CMYK0.3100.610.53
HSL90.41º43.71%32.75%-
HSV(B)90.41º60.83%47.06%-
XYZ10.815.485.11-
YUV100.6297.74115.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=33.2%
G=48%
B=18.8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120470.3100.610.5390.4143.7132.75
Hex53782F1F03D355a2c21
Octal1231705737075651325441
Binary101001111110001011111111101111011101011011010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53782F; }

 p { color: rgb(83,120,47); }

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

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

 a { background-color: rgb(83,120,47); }

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

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

 span { border-color: rgb(83,120,47); }

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