#141804

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

Shades of Green Waterloo #141804

Tints of Green Waterloo #141804

Color information

#141804 (or 0x141804) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 04. RGB value is (20,24,4). Sum of RGB (Red+Green+Blue) = 20+24+4=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #141804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141804 is #EBE7FB. Grayscale: #141414. Windows color (decimal): -15460348 or 268308. OLE color: 268308.

HSL color Cylindrical-coordinate representation of color #141804: hue angle of 72º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141804 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB20244-
CMYK0.1700.830.91
HSL72º71.43%5.49%-
HSV(B)72º83.33%9.41%-
XYZ0.640.810.24-
YUV20.52118.67127.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 24 (9.77% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202440.1700.830.917271.435.49
Hex14184110535B48475
Octal243042101231331101075
Binary10100110001001000101010011101101110010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141804; }

 p { color: rgb(20,24,4); }

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

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

 a { background-color: rgb(20,24,4); }

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

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

 span { border-color: rgb(20,24,4); }

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