Html Css Color HEX #11412E Zuccini

📋 copy color: '#11412E'

red 17 ◦ green 65 ◦ blue 46

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

Shades of Zuccini #11412E

Tints of Zuccini #11412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

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

R = 13.28%
G = 50.78%
B = 35.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#11412E (or 0x11412E) is known color: Zuccini. HEX triplet: 11, 41 and 2E. RGB value is (17,65,46). Sum of RGB (Red+Green+Blue) = 17+65+46=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #11412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11412E is #EEBED1. Grayscale: #303030. Windows color (decimal): -15646418 or 3031313. OLE color: 3031313.

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

Color convert

RGB 17 65 46 -
CMYK 0.74 0 0.29 0.75
HSL 156.25º 0.59% 0.16% -
HSV(B) 156.25º 0.74% 0.25% -
XYZ 2.61 4.1 3.24 -
YUV 48.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 17 65 46 0.74 0 0.29 0.75 156.25 0.59 0.16
Hex 11 41 2E 4A 0 1D 4B 9C 3B 10
Octal 21 101 56 112 0 35 113 234 73 20
Binary 10001 1000001 101110 1001010 0 11101 1001011 10011100 111011 10000

Color Harmonies of #11412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11412E

Black with #11412E

Text Example


Text Example

White with #11412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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