#141805

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

Shades of Green Waterloo #141805

Tints of Green Waterloo #141805

Color information

#141805 (or 0x141805) is unknown color: approx Green Waterloo. HEX triplet: 14, 18 and 05. RGB value is (20,24,5). Sum of RGB (Red+Green+Blue) = 20+24+5=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #141805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141805 is #EBE7FA. Grayscale: #141414. Windows color (decimal): -15460347 or 333844. OLE color: 333844.

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

Color convert

RGB20245-
CMYK0.1700.790.91
HSL72.63º65.52%5.69%-
HSV(B)72.63º79.17%9.41%-
XYZ0.640.810.27-
YUV20.64119.17127.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 5 (2.34% from 255) = 10.20%
R=40.82%
G=48.98%
B=10.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202450.1700.790.9172.6365.525.69
Hex141851104F5B49426
Octal243052101171331111026
Binary10100110001011000101001111101101110010011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141805; }

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

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

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

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

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

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

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

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