Html Css Color HEX #11482F Zuccini

📋 copy color: '#11482F'

red 17 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #11482F

Tints of Zuccini #11482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 12.5%
G = 52.94%
B = 34.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#11482F (or 0x11482F) is known color: Zuccini. HEX triplet: 11, 48 and 2F. RGB value is (17,72,47). Sum of RGB (Red+Green+Blue) = 17+72+47=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #11482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11482F is #EEB7D0. Grayscale: #343434. Windows color (decimal): -15644625 or 3098641. OLE color: 3098641.

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

Color convert

RGB 17 72 47 -
CMYK 0.76 0 0.35 0.72
HSL 152.73º 0.62% 0.17% -
HSV(B) 152.73º 0.76% 0.28% -
XYZ 3.06 4.96 3.49 -
YUV 52.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 17 72 47 0.76 0 0.35 0.72 152.73 0.62 0.17
Hex 11 48 2F 4C 0 23 48 99 3E 11
Octal 21 110 57 114 0 43 110 231 76 21
Binary 10001 1001000 101111 1001100 0 100011 1001000 10011001 111110 10001

Color Harmonies of #11482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11482F

Black with #11482F

Text Example


Text Example

White with #11482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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