Html Css Color HEX #11492E Zuccini

📋 copy color: '#11492E'

red 17 ◦ green 73 ◦ blue 46

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

Shades of Zuccini #11492E

Tints of Zuccini #11492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 12.5%
G = 53.68%
B = 33.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#11492E (or 0x11492E) is known color: Zuccini. HEX triplet: 11, 49 and 2E. RGB value is (17,73,46). Sum of RGB (Red+Green+Blue) = 17+73+46=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #11492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492E is #EEB6D1. Grayscale: #353535. Windows color (decimal): -15644370 or 3033361. OLE color: 3033361.

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

Color convert

RGB 17 73 46 -
CMYK 0.77 0 0.37 0.71
HSL 151.07º 0.62% 0.18% -
HSV(B) 151.07º 0.77% 0.29% -
XYZ 3.11 5.08 3.4 -
YUV 53.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 17 73 46 0.77 0 0.37 0.71 151.07 0.62 0.18
Hex 11 49 2E 4D 0 25 47 97 3E 12
Octal 21 111 56 115 0 45 107 227 76 22
Binary 10001 1001001 101110 1001101 0 100101 1000111 10010111 111110 10010

Color Harmonies of #11492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11492E

Black with #11492E

Text Example


Text Example

White with #11492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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