#141608

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

Shades of Green Waterloo #141608

Tints of Green Waterloo #141608

Color information

#141608 (or 0x141608) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 08. RGB value is (20,22,8). Sum of RGB (Red+Green+Blue) = 20+22+8=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #141608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141608 is #EBE9F7. Grayscale: #131313. Windows color (decimal): -15460856 or 529940. OLE color: 529940.

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

Color convert

RGB20228-
CMYK0.0900.640.91
HSL68.57º46.67%5.88%-
HSV(B)68.57º63.64%8.63%-
XYZ0.620.740.34-
YUV19.81121.34128.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 44%
BLUE value IS 8 (3.52% from 255) = 16%
R=40%
G=44%
B=16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202280.0900.640.9168.5746.675.88
Hex1416890405B452f6
Octal242610110100133105576
Binary1010010110100010010100000010110111000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141608; }

 p { color: rgb(20,22,8); }

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

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

 a { background-color: rgb(20,22,8); }

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

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

 span { border-color: rgb(20,22,8); }

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