Html Css Color HEX #114E27 Zuccini

📋 copy color: '#114E27'

red 17 ◦ green 78 ◦ blue 39

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

Shades of Zuccini #114E27

Tints of Zuccini #114E27

RGB

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

 GREEN value IS 78 (30.86% from 255) = 58.21%

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

R = 12.69%
G = 58.21%
B = 29.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#114E27 (or 0x114E27) is known color: Zuccini. HEX triplet: 11, 4E and 27. RGB value is (17,78,39). Sum of RGB (Red+Green+Blue) = 17+78+39=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #114E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E27 is #EEB1D8. Grayscale: #373737. Windows color (decimal): -15643097 or 2575889. OLE color: 2575889.

HSL color Cylindrical-coordinate representation of color #114E27: hue angle of 141.64º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E27 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 39 -
CMYK 0.78 0 0.50 0.69
HSL 141.64º 0.64% 0.19% -
HSV(B) 141.64º 0.78% 0.31% -
XYZ 3.32 5.71 2.85 -
YUV 55.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 17 78 39 0.78 0 0.50 0.69 141.64 0.64 0.19
Hex 11 4E 27 4E 0 32 45 8E 40 13
Octal 21 116 47 116 0 62 105 216 100 23
Binary 10001 1001110 100111 1001110 0 110010 1000101 10001110 1000000 10011

Color Harmonies of #114E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E27

Black with #114E27

Text Example


Text Example

White with #114E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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