Html Css Color HEX #11482A Zuccini

📋 copy color: '#11482A'

red 17 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #11482A

Tints of Zuccini #11482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

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

R = 12.98%
G = 54.96%
B = 32.06%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#11482A (or 0x11482A) is known color: Zuccini. HEX triplet: 11, 48 and 2A. RGB value is (17,72,42). Sum of RGB (Red+Green+Blue) = 17+72+42=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #11482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11482A is #EEB7D5. Grayscale: #343434. Windows color (decimal): -15644630 or 2770961. OLE color: 2770961.

HSL color Cylindrical-coordinate representation of color #11482A: hue angle of 147.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11482A is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 42 -
CMYK 0.76 0 0.42 0.72
HSL 147.27º 0.62% 0.17% -
HSV(B) 147.27º 0.76% 0.28% -
XYZ 2.97 4.92 2.98 -
YUV 52.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 17 72 42 0.76 0 0.42 0.72 147.27 0.62 0.17
Hex 11 48 2A 4C 0 2A 48 93 3E 11
Octal 21 110 52 114 0 52 110 223 76 21
Binary 10001 1001000 101010 1001100 0 101010 1001000 10010011 111110 10001

Color Harmonies of #11482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11482A

Black with #11482A

Text Example


Text Example

White with #11482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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