Html Css Color HEX #114727 Zuccini

📋 copy color: '#114727'

red 17 ◦ green 71 ◦ blue 39

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

Shades of Zuccini #114727

Tints of Zuccini #114727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 13.39%
G = 55.91%
B = 30.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#114727 (or 0x114727) is known color: Zuccini. HEX triplet: 11, 47 and 27. RGB value is (17,71,39). Sum of RGB (Red+Green+Blue) = 17+71+39=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #114727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114727 is #EEB8D8. Grayscale: #333333. Windows color (decimal): -15644889 or 2574097. OLE color: 2574097.

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

Color convert

RGB 17 71 39 -
CMYK 0.76 0 0.45 0.72
HSL 144.44º 0.61% 0.17% -
HSV(B) 144.44º 0.76% 0.28% -
XYZ 2.85 4.77 2.69 -
YUV 51.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 17 71 39 0.76 0 0.45 0.72 144.44 0.61 0.17
Hex 11 47 27 4C 0 2D 48 90 3D 11
Octal 21 107 47 114 0 55 110 220 75 21
Binary 10001 1000111 100111 1001100 0 101101 1001000 10010000 111101 10001

Color Harmonies of #114727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114727

Black with #114727

Text Example


Text Example

White with #114727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114727; }

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

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

background-color css

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

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

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

border-color css

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

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

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