Html Css Color HEX #121604 Green Waterloo

📋 copy color: '#121604'

red 18 ◦ green 22 ◦ blue 4

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

Shades of Green Waterloo #121604

Tints of Green Waterloo #121604

RGB

 RED value IS 18 (7.42% from 255) = 40.91%

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

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

R = 40.91%
G = 50%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.91

RGB Variations

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

Color information

#121604 (or 0x121604) is known color: Green Waterloo. HEX triplet: 12, 16 and 04. RGB value is (18,22,4). Sum of RGB (Red+Green+Blue) = 18+22+4=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #121604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121604 is #EDE9FB. Grayscale: #121212. Windows color (decimal): -15591932 or 267794. OLE color: 267794.

HSL color Cylindrical-coordinate representation of color #121604: hue angle of 73.33º 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 #121604 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 4 -
CMYK 0.18 0 0.82 0.91
HSL 73.33º 0.69% 0.05% -
HSV(B) 73.33º 0.82% 0.09% -
XYZ 0.56 0.71 0.22 -
YUV 18.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 18 22 4 0.18 0 0.82 0.91 73.33 0.69 0.05
Hex 12 16 4 12 0 52 5B 49 45 5
Octal 22 26 4 22 0 122 133 111 105 5
Binary 10010 10110 100 10010 0 1010010 1011011 1001001 1000101 101

Color Harmonies of #121604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121604

Black with #121604

Text Example


Text Example

White with #121604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121604; }

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

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

background-color css

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

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

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

border-color css

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

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

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