Html Css Color HEX #141604 Green Waterloo

📋 copy color: '#141604'

red 20 ◦ green 22 ◦ blue 4

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

Shades of Green Waterloo #141604

Tints of Green Waterloo #141604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.7%

R = 43.48%
G = 47.83%
B = 8.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.91

RGB Variations

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

Color information

#141604 (or 0x141604) is known color: Green Waterloo. HEX triplet: 14, 16 and 04. RGB value is (20,22,4). Sum of RGB (Red+Green+Blue) = 20+22+4=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #141604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141604 is #EBE9FB. Grayscale: #131313. Windows color (decimal): -15460860 or 267796. OLE color: 267796.

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

Color convert

RGB 20 22 4 -
CMYK 0.09 0 0.82 0.91
HSL 66.67º 0.69% 0.05% -
HSV(B) 66.67º 0.82% 0.09% -
XYZ 0.6 0.73 0.22 -
YUV 19.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 20 22 4 0.09 0 0.82 0.91 66.67 0.69 0.05
Hex 14 16 4 9 0 52 5B 43 45 5
Octal 24 26 4 11 0 122 133 103 105 5
Binary 10100 10110 100 1001 0 1010010 1011011 1000011 1000101 101

Color Harmonies of #141604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141604

Black with #141604

Text Example


Text Example

White with #141604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141604; }

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

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

background-color css

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

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

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

border-color css

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

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

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