Html Css Color HEX #121405 Green Waterloo

📋 copy color: '#121405'

red 18 ◦ green 20 ◦ blue 5

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

Shades of Green Waterloo #121405

Tints of Green Waterloo #121405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

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

R = 41.86%
G = 46.51%
B = 11.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#121405 (or 0x121405) is known color: Green Waterloo. HEX triplet: 12, 14 and 05. RGB value is (18,20,5). Sum of RGB (Red+Green+Blue) = 18+20+5=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #121405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121405 is #EDEBFA. Grayscale: #111111. Windows color (decimal): -15592443 or 332818. OLE color: 332818.

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

Color convert

RGB 18 20 5 -
CMYK 0.10 0 0.75 0.92
HSL 68º 0.6% 0.05% -
HSV(B) 68º 0.75% 0.08% -
XYZ 0.53 0.64 0.24 -
YUV 17.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 18 20 5 0.10 0 0.75 0.92 68 0.6 0.05
Hex 12 14 5 A 0 4B 5C 44 3C 5
Octal 22 24 5 12 0 113 134 104 74 5
Binary 10010 10100 101 1010 0 1001011 1011100 1000100 111100 101

Color Harmonies of #121405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121405

Black with #121405

Text Example


Text Example

White with #121405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121405; }

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

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

background-color css

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

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

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

border-color css

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

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

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