Html Css Color HEX #141806 Green Waterloo

📋 copy color: '#141806'

red 20 ◦ green 24 ◦ blue 6

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

Shades of Green Waterloo #141806

Tints of Green Waterloo #141806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48%

 BLUE value IS 6 (2.73% from 255) = 12%

R = 40%
G = 48%
B = 12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.91

RGB Variations

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

Color information

#141806 (or 0x141806) is known color: Green Waterloo. HEX triplet: 14, 18 and 06. RGB value is (20,24,6). Sum of RGB (Red+Green+Blue) = 20+24+6=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #141806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141806 is #EBE7F9. Grayscale: #141414. Windows color (decimal): -15460346 or 399380. OLE color: 399380.

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

Color convert

RGB 20 24 6 -
CMYK 0.17 0 0.75 0.91
HSL 73.33º 0.6% 0.06% -
HSV(B) 73.33º 0.75% 0.09% -
XYZ 0.65 0.82 0.3 -
YUV 20.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 20 24 6 0.17 0 0.75 0.91 73.33 0.6 0.06
Hex 14 18 6 11 0 4B 5B 49 3C 6
Octal 24 30 6 21 0 113 133 111 74 6
Binary 10100 11000 110 10001 0 1001011 1011011 1001001 111100 110

Color Harmonies of #141806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141806

Black with #141806

Text Example


Text Example

White with #141806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141806; }

 p { color: rgb(20,24,6); }

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

background-color css

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

 a { background-color: rgb(20,24,6); }

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

border-color css

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

 span { border-color: rgb(20,24,6); }

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