#141704

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

Shades of Green Waterloo #141704

Tints of Green Waterloo #141704

Color information

#141704 (or 0x141704) is unknown color: approx Green Waterloo. HEX triplet: 14, 17 and 04. RGB value is (20,23,4). Sum of RGB (Red+Green+Blue) = 20+23+4=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #141704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141704 is #EBE8FB. Grayscale: #141414. Windows color (decimal): -15460604 or 268052. OLE color: 268052.

HSL color Cylindrical-coordinate representation of color #141704: hue angle of 69.47º degrees, saturation: 0.7, 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 #141704 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB20234-
CMYK0.1300.830.91
HSL69.47º70.37%5.29%-
HSV(B)69.47º82.61%9.02%-
XYZ0.620.770.23-
YUV19.94119.01128.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 23 (9.38% from 255) = 48.94%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=42.55%
G=48.94%
B=8.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202340.1300.830.9169.4770.375.29
Hex14174D0535B45465
Octal242741501231331051065
Binary1010010111100110101010011101101110001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141704; }

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

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

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

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

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

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

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

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