Html Css Color HEX #141709 Green Waterloo

📋 copy color: '#141709'

red 20 ◦ green 23 ◦ blue 9

#141709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #141709

Tints of Green Waterloo #141709

RGB

 RED value IS 20 (8.2% from 255) = 38.46%

 GREEN value IS 23 (9.38% from 255) = 44.23%

 BLUE value IS 9 (3.91% from 255) = 17.31%

R = 38.46%
G = 44.23%
B = 17.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#141709 (or 0x141709) is known color: Green Waterloo. HEX triplet: 14, 17 and 09. RGB value is (20,23,9). Sum of RGB (Red+Green+Blue) = 20+23+9=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #141709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141709 is #EBE8F6. Grayscale: #141414. Windows color (decimal): -15460599 or 595732. OLE color: 595732.

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

Color convert

RGB 20 23 9 -
CMYK 0.13 0 0.61 0.91
HSL 72.86º 0.44% 0.06% -
HSV(B) 72.86º 0.61% 0.09% -
XYZ 0.64 0.78 0.38 -
YUV 20.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 20 23 9 0.13 0 0.61 0.91 72.86 0.44 0.06
Hex 14 17 9 D 0 3D 5B 49 2C 6
Octal 24 27 11 15 0 75 133 111 54 6
Binary 10100 10111 1001 1101 0 111101 1011011 1001001 101100 110

Color Harmonies of #141709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141709

Black with #141709

Text Example


Text Example

White with #141709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141709; }

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

 H1.HeaderClassName
 {
   color: #141709;
 }
 .AnyTagClassName
 {
   color: #141709;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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