Html Css Color HEX #114829 Zuccini

📋 copy color: '#114829'

red 17 ◦ green 72 ◦ blue 41

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

Shades of Zuccini #114829

Tints of Zuccini #114829

RGB

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

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

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

R = 13.08%
G = 55.38%
B = 31.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#114829 (or 0x114829) is known color: Zuccini. HEX triplet: 11, 48 and 29. RGB value is (17,72,41). Sum of RGB (Red+Green+Blue) = 17+72+41=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #114829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114829 is #EEB7D6. Grayscale: #343434. Windows color (decimal): -15644631 or 2705425. OLE color: 2705425.

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

Color convert

RGB 17 72 41 -
CMYK 0.76 0 0.43 0.72
HSL 146.18º 0.62% 0.17% -
HSV(B) 146.18º 0.76% 0.28% -
XYZ 2.95 4.91 2.89 -
YUV 52.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 17 72 41 0.76 0 0.43 0.72 146.18 0.62 0.17
Hex 11 48 29 4C 0 2B 48 92 3E 11
Octal 21 110 51 114 0 53 110 222 76 21
Binary 10001 1001000 101001 1001100 0 101011 1001000 10010010 111110 10001

Color Harmonies of #114829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114829

Black with #114829

Text Example


Text Example

White with #114829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114829; }

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

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

background-color css

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

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

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

border-color css

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

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

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