Html Css Color HEX #11442A Zuccini

📋 copy color: '#11442A'

red 17 ◦ green 68 ◦ blue 42

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

Shades of Zuccini #11442A

Tints of Zuccini #11442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.54%

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

R = 13.39%
G = 53.54%
B = 33.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#11442A (or 0x11442A) is known color: Zuccini. HEX triplet: 11, 44 and 2A. RGB value is (17,68,42). Sum of RGB (Red+Green+Blue) = 17+68+42=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #11442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11442A is #EEBBD5. Grayscale: #313131. Windows color (decimal): -15645654 or 2769937. OLE color: 2769937.

HSL color Cylindrical-coordinate representation of color #11442A: hue angle of 149.41º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11442A is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 42 -
CMYK 0.75 0 0.38 0.73
HSL 149.41º 0.6% 0.17% -
HSV(B) 149.41º 0.75% 0.27% -
XYZ 2.72 4.42 2.9 -
YUV 49.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 17 68 42 0.75 0 0.38 0.73 149.41 0.6 0.17
Hex 11 44 2A 4B 0 26 49 95 3C 11
Octal 21 104 52 113 0 46 111 225 74 21
Binary 10001 1000100 101010 1001011 0 100110 1001001 10010101 111100 10001

Color Harmonies of #11442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11442A

Black with #11442A

Text Example


Text Example

White with #11442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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