Html Css Color HEX #114129 Zuccini

📋 copy color: '#114129'

red 17 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #114129

Tints of Zuccini #114129

RGB

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

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

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

R = 13.82%
G = 52.85%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#114129 (or 0x114129) is known color: Zuccini. HEX triplet: 11, 41 and 29. RGB value is (17,65,41). Sum of RGB (Red+Green+Blue) = 17+65+41=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #114129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114129 is #EEBED6. Grayscale: #2F2F2F. Windows color (decimal): -15646423 or 2703633. OLE color: 2703633.

HSL color Cylindrical-coordinate representation of color #114129: hue angle of 150º 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 #114129 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 41 -
CMYK 0.74 0 0.37 0.75
HSL 150º 0.59% 0.16% -
HSV(B) 150º 0.74% 0.25% -
XYZ 2.52 4.06 2.75 -
YUV 47.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 17 65 41 0.74 0 0.37 0.75 150 0.59 0.16
Hex 11 41 29 4A 0 25 4B 96 3B 10
Octal 21 101 51 112 0 45 113 226 73 20
Binary 10001 1000001 101001 1001010 0 100101 1001011 10010110 111011 10000

Color Harmonies of #114129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114129

Black with #114129

Text Example


Text Example

White with #114129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114129; }

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

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

background-color css

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

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

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

border-color css

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

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

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