Html Css Color HEX #114429 Zuccini

📋 copy color: '#114429'

red 17 ◦ green 68 ◦ blue 41

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

Shades of Zuccini #114429

Tints of Zuccini #114429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.97%

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

R = 13.49%
G = 53.97%
B = 32.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#114429 (or 0x114429) is known color: Zuccini. HEX triplet: 11, 44 and 29. RGB value is (17,68,41). Sum of RGB (Red+Green+Blue) = 17+68+41=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #114429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114429 is #EEBBD6. Grayscale: #313131. Windows color (decimal): -15645655 or 2704401. OLE color: 2704401.

HSL color Cylindrical-coordinate representation of color #114429: hue angle of 148.24º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114429 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 41 -
CMYK 0.75 0 0.40 0.73
HSL 148.24º 0.6% 0.17% -
HSV(B) 148.24º 0.75% 0.27% -
XYZ 2.7 4.41 2.81 -
YUV 49.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 17 68 41 0.75 0 0.40 0.73 148.24 0.6 0.17
Hex 11 44 29 4B 0 28 49 94 3C 11
Octal 21 104 51 113 0 50 111 224 74 21
Binary 10001 1000100 101001 1001011 0 101000 1001001 10010100 111100 10001

Color Harmonies of #114429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114429

Black with #114429

Text Example


Text Example

White with #114429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114429; }

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

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

background-color css

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

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

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

border-color css

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

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

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