Html Css Color HEX #114924 Zuccini

📋 copy color: '#114924'

red 17 ◦ green 73 ◦ blue 36

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

Shades of Zuccini #114924

Tints of Zuccini #114924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.57%

R = 13.49%
G = 57.94%
B = 28.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#114924 (or 0x114924) is known color: Zuccini. HEX triplet: 11, 49 and 24. RGB value is (17,73,36). Sum of RGB (Red+Green+Blue) = 17+73+36=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #114924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114924 is #EEB6DB. Grayscale: #343434. Windows color (decimal): -15644380 or 2378001. OLE color: 2378001.

HSL color Cylindrical-coordinate representation of color #114924: hue angle of 140.36º 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 #114924 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 36 -
CMYK 0.77 0 0.51 0.71
HSL 140.36º 0.62% 0.18% -
HSV(B) 140.36º 0.77% 0.29% -
XYZ 2.93 5.01 2.48 -
YUV 52.04 118.95 103.01 -
System Red Green Blue C M Y K H S L
Decimal 17 73 36 0.77 0 0.51 0.71 140.36 0.62 0.18
Hex 11 49 24 4D 0 33 47 8C 3E 12
Octal 21 111 44 115 0 63 107 214 76 22
Binary 10001 1001001 100100 1001101 0 110011 1000111 10001100 111110 10010

Color Harmonies of #114924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114924

Black with #114924

Text Example


Text Example

White with #114924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114924; }

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

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

background-color css

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

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

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

border-color css

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

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

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