Html Css Color HEX #114929 Zuccini

📋 copy color: '#114929'

red 17 ◦ green 73 ◦ blue 41

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

Shades of Zuccini #114929

Tints of Zuccini #114929

RGB

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

 GREEN value IS 73 (28.91% from 255) = 55.73%

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

R = 12.98%
G = 55.73%
B = 31.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#114929 (or 0x114929) is known color: Zuccini. HEX triplet: 11, 49 and 29. RGB value is (17,73,41). Sum of RGB (Red+Green+Blue) = 17+73+41=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #114929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114929 is #EEB6D6. Grayscale: #343434. Windows color (decimal): -15644375 or 2705681. OLE color: 2705681.

HSL color Cylindrical-coordinate representation of color #114929: hue angle of 145.71º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114929 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 41 -
CMYK 0.77 0 0.44 0.71
HSL 145.71º 0.62% 0.18% -
HSV(B) 145.71º 0.77% 0.29% -
XYZ 3.01 5.04 2.91 -
YUV 52.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 17 73 41 0.77 0 0.44 0.71 145.71 0.62 0.18
Hex 11 49 29 4D 0 2C 47 92 3E 12
Octal 21 111 51 115 0 54 107 222 76 22
Binary 10001 1001001 101001 1001101 0 101100 1000111 10010010 111110 10010

Color Harmonies of #114929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114929

Black with #114929

Text Example


Text Example

White with #114929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114929; }

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

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

background-color css

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

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

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

border-color css

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

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

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