Html Css Color HEX #141605 Green Waterloo

📋 copy color: '#141605'

red 20 ◦ green 22 ◦ blue 5

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

Shades of Green Waterloo #141605

Tints of Green Waterloo #141605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 42.55%
G = 46.81%
B = 10.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.91

RGB Variations

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

Color information

#141605 (or 0x141605) is known color: Green Waterloo. HEX triplet: 14, 16 and 05. RGB value is (20,22,5). Sum of RGB (Red+Green+Blue) = 20+22+5=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #141605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141605 is #EBE9FA. Grayscale: #131313. Windows color (decimal): -15460859 or 333332. OLE color: 333332.

HSL color Cylindrical-coordinate representation of color #141605: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141605 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 22 5 -
CMYK 0.09 0 0.77 0.91
HSL 67.06º 0.63% 0.05% -
HSV(B) 67.06º 0.77% 0.09% -
XYZ 0.6 0.73 0.25 -
YUV 19.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 20 22 5 0.09 0 0.77 0.91 67.06 0.63 0.05
Hex 14 16 5 9 0 4D 5B 43 3F 5
Octal 24 26 5 11 0 115 133 103 77 5
Binary 10100 10110 101 1001 0 1001101 1011011 1000011 111111 101

Color Harmonies of #141605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141605

Black with #141605

Text Example


Text Example

White with #141605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141605; }

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

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

background-color css

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

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

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

border-color css

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

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

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