Html Css Color HEX #114728 Zuccini

📋 copy color: '#114728'

red 17 ◦ green 71 ◦ blue 40

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

Shades of Zuccini #114728

Tints of Zuccini #114728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.47%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 13.28%
G = 55.47%
B = 31.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#114728 (or 0x114728) is known color: Zuccini. HEX triplet: 11, 47 and 28. RGB value is (17,71,40). Sum of RGB (Red+Green+Blue) = 17+71+40=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #114728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114728 is #EEB8D7. Grayscale: #333333. Windows color (decimal): -15644888 or 2639633. OLE color: 2639633.

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

Color convert

RGB 17 71 40 -
CMYK 0.76 0 0.44 0.72
HSL 145.56º 0.61% 0.17% -
HSV(B) 145.56º 0.76% 0.28% -
XYZ 2.87 4.78 2.78 -
YUV 51.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 17 71 40 0.76 0 0.44 0.72 145.56 0.61 0.17
Hex 11 47 28 4C 0 2C 48 92 3D 11
Octal 21 107 50 114 0 54 110 222 75 21
Binary 10001 1000111 101000 1001100 0 101100 1001000 10010010 111101 10001

Color Harmonies of #114728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114728

Black with #114728

Text Example


Text Example

White with #114728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114728; }

 p { color: rgb(17,71,40); }

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

background-color css

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

 a { background-color: rgb(17,71,40); }

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

border-color css

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

 span { border-color: rgb(17,71,40); }

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