Html Css Color HEX #114927 Zuccini

📋 copy color: '#114927'

red 17 ◦ green 73 ◦ blue 39

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

Shades of Zuccini #114927

Tints of Zuccini #114927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 56.59%

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

R = 13.18%
G = 56.59%
B = 30.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#114927 (or 0x114927) is known color: Zuccini. HEX triplet: 11, 49 and 27. RGB value is (17,73,39). Sum of RGB (Red+Green+Blue) = 17+73+39=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #114927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114927 is #EEB6D8. Grayscale: #343434. Windows color (decimal): -15644377 or 2574609. OLE color: 2574609.

HSL color Cylindrical-coordinate representation of color #114927: hue angle of 143.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114927 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 39 -
CMYK 0.77 0 0.47 0.71
HSL 143.57º 0.62% 0.18% -
HSV(B) 143.57º 0.77% 0.29% -
XYZ 2.98 5.03 2.73 -
YUV 52.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 17 73 39 0.77 0 0.47 0.71 143.57 0.62 0.18
Hex 11 49 27 4D 0 2F 47 90 3E 12
Octal 21 111 47 115 0 57 107 220 76 22
Binary 10001 1001001 100111 1001101 0 101111 1000111 10010000 111110 10010

Color Harmonies of #114927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114927

Black with #114927

Text Example


Text Example

White with #114927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114927; }

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

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

background-color css

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

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

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

border-color css

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

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

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