Html Css Color HEX #14170A Green Waterloo

📋 copy color: '#14170A'

red 20 ◦ green 23 ◦ blue 10

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

Shades of Green Waterloo #14170A

Tints of Green Waterloo #14170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 18.87%

R = 37.74%
G = 43.4%
B = 18.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#14170A (or 0x14170A) is known color: Green Waterloo. HEX triplet: 14, 17 and 0A. RGB value is (20,23,10). Sum of RGB (Red+Green+Blue) = 20+23+10=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #14170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14170A is #EBE8F5. Grayscale: #141414. Windows color (decimal): -15460598 or 661268. OLE color: 661268.

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

Color convert

RGB 20 23 10 -
CMYK 0.13 0 0.57 0.91
HSL 73.85º 0.39% 0.06% -
HSV(B) 73.85º 0.57% 0.09% -
XYZ 0.65 0.78 0.4 -
YUV 20.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 20 23 10 0.13 0 0.57 0.91 73.85 0.39 0.06
Hex 14 17 A D 0 39 5B 4A 27 6
Octal 24 27 12 15 0 71 133 112 47 6
Binary 10100 10111 1010 1101 0 111001 1011011 1001010 100111 110

Color Harmonies of #14170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14170A

Black with #14170A

Text Example


Text Example

White with #14170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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