Html Css Color HEX #114329 Zuccini

📋 copy color: '#114329'

red 17 ◦ green 67 ◦ blue 41

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

Shades of Zuccini #114329

Tints of Zuccini #114329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.6%

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 13.6%
G = 53.6%
B = 32.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#114329 (or 0x114329) is known color: Zuccini. HEX triplet: 11, 43 and 29. RGB value is (17,67,41). Sum of RGB (Red+Green+Blue) = 17+67+41=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #114329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114329 is #EEBCD6. Grayscale: #313131. Windows color (decimal): -15645911 or 2704145. OLE color: 2704145.

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

Color convert

RGB 17 67 41 -
CMYK 0.75 0 0.39 0.74
HSL 148.8º 0.6% 0.16% -
HSV(B) 148.8º 0.75% 0.26% -
XYZ 2.64 4.29 2.79 -
YUV 49.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 17 67 41 0.75 0 0.39 0.74 148.8 0.6 0.16
Hex 11 43 29 4B 0 27 4A 95 3C 10
Octal 21 103 51 113 0 47 112 225 74 20
Binary 10001 1000011 101001 1001011 0 100111 1001010 10010101 111100 10000

Color Harmonies of #114329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114329

Black with #114329

Text Example


Text Example

White with #114329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114329; }

 p { color: rgb(17,67,41); }

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

background-color css

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

 a { background-color: rgb(17,67,41); }

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

border-color css

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

 span { border-color: rgb(17,67,41); }

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