Html Css Color HEX #14160C Green Waterloo

📋 copy color: '#14160C'

red 20 ◦ green 22 ◦ blue 12

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

Shades of Green Waterloo #14160C

Tints of Green Waterloo #14160C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 37.04%
G = 40.74%
B = 22.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#14160C (or 0x14160C) is known color: Green Waterloo. HEX triplet: 14, 16 and 0C. RGB value is (20,22,12). Sum of RGB (Red+Green+Blue) = 20+22+12=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #14160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14160C is #EBE9F3. Grayscale: #141414. Windows color (decimal): -15460852 or 792084. OLE color: 792084.

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

Color convert

RGB 20 22 12 -
CMYK 0.09 0 0.45 0.91
HSL 72º 0.29% 0.07% -
HSV(B) 72º 0.45% 0.09% -
XYZ 0.64 0.75 0.46 -
YUV 20.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 20 22 12 0.09 0 0.45 0.91 72 0.29 0.07
Hex 14 16 C 9 0 2D 5B 48 1D 7
Octal 24 26 14 11 0 55 133 110 35 7
Binary 10100 10110 1100 1001 0 101101 1011011 1001000 11101 111

Color Harmonies of #14160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14160C

Black with #14160C

Text Example


Text Example

White with #14160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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