#53781C

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

Shades of Green Leaf #53781C

Tints of Green Leaf #53781C

Color information

#53781C (or 0x53781C) is unknown color: approx Green Leaf. HEX triplet: 53, 78 and 1C. RGB value is (83,120,28). Sum of RGB (Red+Green+Blue) = 83+120+28=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #53781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53781C is #AC87E3. Grayscale: #626262. Windows color (decimal): -11306980 or 1865811. OLE color: 1865811.

HSL color Cylindrical-coordinate representation of color #53781C: hue angle of 84.13º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53781C is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB8312028-
CMYK0.3100.770.53
HSL84.13º62.16%29.02%-
HSV(B)84.13º76.67%47.06%-
XYZ10.4915.363.51-
YUV98.4588.24116.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=35.93%
G=51.95%
B=12.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120280.3100.770.5384.1362.1629.02
Hex53781C1F04D35543e1d
Octal12317034370115651247635
Binary10100111111000111001111101001101110101101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53781C; }

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

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

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

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

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

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

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

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