Html Css Color HEX #11492A Zuccini

📋 copy color: '#11492A'

red 17 ◦ green 73 ◦ blue 42

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

Shades of Zuccini #11492A

Tints of Zuccini #11492A

RGB

 RED value IS 17 (7.03% from 255) = 12.88%

 GREEN value IS 73 (28.91% from 255) = 55.3%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 12.88%
G = 55.3%
B = 31.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#11492A (or 0x11492A) is known color: Zuccini. HEX triplet: 11, 49 and 2A. RGB value is (17,73,42). Sum of RGB (Red+Green+Blue) = 17+73+42=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #11492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492A is #EEB6D5. Grayscale: #343434. Windows color (decimal): -15644374 or 2771217. OLE color: 2771217.

HSL color Cylindrical-coordinate representation of color #11492A: hue angle of 146.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11492A is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 42 -
CMYK 0.77 0 0.42 0.71
HSL 146.79º 0.62% 0.18% -
HSV(B) 146.79º 0.77% 0.29% -
XYZ 3.03 5.05 3.01 -
YUV 52.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 17 73 42 0.77 0 0.42 0.71 146.79 0.62 0.18
Hex 11 49 2A 4D 0 2A 47 93 3E 12
Octal 21 111 52 115 0 52 107 223 76 22
Binary 10001 1001001 101010 1001101 0 101010 1000111 10010011 111110 10010

Color Harmonies of #11492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11492A

Black with #11492A

Text Example


Text Example

White with #11492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11492A; }

 p { color: rgb(17,73,42); }

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

background-color css

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

 a { background-color: rgb(17,73,42); }

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

border-color css

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

 span { border-color: rgb(17,73,42); }

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