Html Css Color HEX #11492C Zuccini

📋 copy color: '#11492C'

red 17 ◦ green 73 ◦ blue 44

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

Shades of Zuccini #11492C

Tints of Zuccini #11492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.84%

R = 12.69%
G = 54.48%
B = 32.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#11492C (or 0x11492C) is known color: Zuccini. HEX triplet: 11, 49 and 2C. RGB value is (17,73,44). Sum of RGB (Red+Green+Blue) = 17+73+44=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #11492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492C is #EEB6D3. Grayscale: #353535. Windows color (decimal): -15644372 or 2902289. OLE color: 2902289.

HSL color Cylindrical-coordinate representation of color #11492C: hue angle of 148.93º 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 #11492C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 44 -
CMYK 0.77 0 0.40 0.71
HSL 148.93º 0.62% 0.18% -
HSV(B) 148.93º 0.77% 0.29% -
XYZ 3.07 5.07 3.2 -
YUV 52.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 17 73 44 0.77 0 0.40 0.71 148.93 0.62 0.18
Hex 11 49 2C 4D 0 28 47 95 3E 12
Octal 21 111 54 115 0 50 107 225 76 22
Binary 10001 1001001 101100 1001101 0 101000 1000111 10010101 111110 10010

Color Harmonies of #11492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11492C

Black with #11492C

Text Example


Text Example

White with #11492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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