Html Css Color HEX #14160B Green Waterloo

📋 copy color: '#14160B'

red 20 ◦ green 22 ◦ blue 11

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

Shades of Green Waterloo #14160B

Tints of Green Waterloo #14160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 41.51%

 BLUE value IS 11 (4.69% from 255) = 20.75%

R = 37.74%
G = 41.51%
B = 20.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.91

RGB Variations

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

Color information

#14160B (or 0x14160B) is known color: Green Waterloo. HEX triplet: 14, 16 and 0B. RGB value is (20,22,11). Sum of RGB (Red+Green+Blue) = 20+22+11=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #14160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160B is #EBE9F4. Grayscale: #141414. Windows color (decimal): -15460853 or 726548. OLE color: 726548.

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

Color convert

RGB 20 22 11 -
CMYK 0.09 0 0.5 0.91
HSL 70.91º 0.33% 0.06% -
HSV(B) 70.91º 0.5% 0.09% -
XYZ 0.64 0.75 0.43 -
YUV 20.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 20 22 11 0.09 0 0.5 0.91 70.91 0.33 0.06
Hex 14 16 B 9 0 32 5B 47 21 6
Octal 24 26 13 11 0 62 133 107 41 6
Binary 10100 10110 1011 1001 0 110010 1011011 1000111 100001 110

Color Harmonies of #14160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14160B

Black with #14160B

Text Example


Text Example

White with #14160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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