#141708

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

Shades of Green Waterloo #141708

Tints of Green Waterloo #141708

Color information

#141708 (or 0x141708) is unknown color: approx Green Waterloo. HEX triplet: 14, 17 and 08. RGB value is (20,23,8). Sum of RGB (Red+Green+Blue) = 20+23+8=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #141708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141708 is #EBE8F7. Grayscale: #141414. Windows color (decimal): -15460600 or 530196. OLE color: 530196.

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

Color convert

RGB20238-
CMYK0.1300.650.91
HSL72º48.39%6.08%-
HSV(B)72º65.22%9.02%-
XYZ0.640.780.35-
YUV20.39121.01127.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 23 (9.38% from 255) = 45.10%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=39.22%
G=45.10%
B=15.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202380.1300.650.917248.396.08
Hex14178D0415B48306
Octal242710150101133110606
Binary1010010111100011010100000110110111001000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141708; }

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

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

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

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

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

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

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

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