Html Css Color HEX #11422E Zuccini

📋 copy color: '#11422E'

red 17 ◦ green 66 ◦ blue 46

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

Shades of Zuccini #11422E

Tints of Zuccini #11422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

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

R = 13.18%
G = 51.16%
B = 35.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#11422E (or 0x11422E) is known color: Zuccini. HEX triplet: 11, 42 and 2E. RGB value is (17,66,46). Sum of RGB (Red+Green+Blue) = 17+66+46=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #11422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11422E is #EEBDD1. Grayscale: #313131. Windows color (decimal): -15646162 or 3031569. OLE color: 3031569.

HSL color Cylindrical-coordinate representation of color #11422E: hue angle of 155.51º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11422E is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 46 -
CMYK 0.74 0 0.30 0.74
HSL 155.51º 0.59% 0.16% -
HSV(B) 155.51º 0.74% 0.26% -
XYZ 2.67 4.21 3.26 -
YUV 49.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 17 66 46 0.74 0 0.30 0.74 155.51 0.59 0.16
Hex 11 42 2E 4A 0 1E 4A 9C 3B 10
Octal 21 102 56 112 0 36 112 234 73 20
Binary 10001 1000010 101110 1001010 0 11110 1001010 10011100 111011 10000

Color Harmonies of #11422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11422E

Black with #11422E

Text Example


Text Example

White with #11422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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