Html Css Color HEX #114029 Zuccini

📋 copy color: '#114029'

red 17 ◦ green 64 ◦ blue 41

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

Shades of Zuccini #114029

Tints of Zuccini #114029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

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

R = 13.93%
G = 52.46%
B = 33.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#114029 (or 0x114029) is known color: Zuccini. HEX triplet: 11, 40 and 29. RGB value is (17,64,41). Sum of RGB (Red+Green+Blue) = 17+64+41=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #114029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114029 is #EEBFD6. Grayscale: #2F2F2F. Windows color (decimal): -15646679 or 2703377. OLE color: 2703377.

HSL color Cylindrical-coordinate representation of color #114029: hue angle of 150.64º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114029 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 41 -
CMYK 0.73 0 0.36 0.75
HSL 150.64º 0.58% 0.16% -
HSV(B) 150.64º 0.73% 0.25% -
XYZ 2.46 3.95 2.73 -
YUV 47.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 17 64 41 0.73 0 0.36 0.75 150.64 0.58 0.16
Hex 11 40 29 49 0 24 4B 97 3A 10
Octal 21 100 51 111 0 44 113 227 72 20
Binary 10001 1000000 101001 1001001 0 100100 1001011 10010111 111010 10000

Color Harmonies of #114029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114029

Black with #114029

Text Example


Text Example

White with #114029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114029; }

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

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

background-color css

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

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

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

border-color css

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

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

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