Html Css Color HEX #121504 Green Waterloo

📋 copy color: '#121504'

red 18 ◦ green 21 ◦ blue 4

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

Shades of Green Waterloo #121504

Tints of Green Waterloo #121504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 48.84%

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

R = 41.86%
G = 48.84%
B = 9.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.92

RGB Variations

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

Color information

#121504 (or 0x121504) is known color: Green Waterloo. HEX triplet: 12, 15 and 04. RGB value is (18,21,4). Sum of RGB (Red+Green+Blue) = 18+21+4=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #121504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121504 is #EDEAFB. Grayscale: #121212. Windows color (decimal): -15592188 or 267538. OLE color: 267538.

HSL color Cylindrical-coordinate representation of color #121504: hue angle of 70.59º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121504 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 4 -
CMYK 0.14 0 0.81 0.92
HSL 70.59º 0.68% 0.05% -
HSV(B) 70.59º 0.81% 0.08% -
XYZ 0.54 0.67 0.22 -
YUV 18.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 18 21 4 0.14 0 0.81 0.92 70.59 0.68 0.05
Hex 12 15 4 E 0 51 5C 47 44 5
Octal 22 25 4 16 0 121 134 107 104 5
Binary 10010 10101 100 1110 0 1010001 1011100 1000111 1000100 101

Color Harmonies of #121504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121504

Black with #121504

Text Example


Text Example

White with #121504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121504; }

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

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

background-color css

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

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

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

border-color css

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

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

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