Html Css Color HEX #11482D Zuccini

📋 copy color: '#11482D'

red 17 ◦ green 72 ◦ blue 45

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

Shades of Zuccini #11482D

Tints of Zuccini #11482D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 12.69%
G = 53.73%
B = 33.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#11482D (or 0x11482D) is known color: Zuccini. HEX triplet: 11, 48 and 2D. RGB value is (17,72,45). Sum of RGB (Red+Green+Blue) = 17+72+45=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #11482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11482D is #EEB7D2. Grayscale: #343434. Windows color (decimal): -15644627 or 2967569. OLE color: 2967569.

HSL color Cylindrical-coordinate representation of color #11482D: hue angle of 150.55º 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 #11482D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 45 -
CMYK 0.76 0 0.38 0.72
HSL 150.55º 0.62% 0.17% -
HSV(B) 150.55º 0.76% 0.28% -
XYZ 3.02 4.94 3.28 -
YUV 52.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 17 72 45 0.76 0 0.38 0.72 150.55 0.62 0.17
Hex 11 48 2D 4C 0 26 48 97 3E 11
Octal 21 110 55 114 0 46 110 227 76 21
Binary 10001 1001000 101101 1001100 0 100110 1001000 10010111 111110 10001

Color Harmonies of #11482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11482D

Black with #11482D

Text Example


Text Example

White with #11482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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