Html Css Color HEX #114930 Zuccini

📋 copy color: '#114930'

red 17 ◦ green 73 ◦ blue 48

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

Shades of Zuccini #114930

Tints of Zuccini #114930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 12.32%
G = 52.9%
B = 34.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#114930 (or 0x114930) is known color: Zuccini. HEX triplet: 11, 49 and 30. RGB value is (17,73,48). Sum of RGB (Red+Green+Blue) = 17+73+48=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #114930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114930 is #EEB6CF. Grayscale: #353535. Windows color (decimal): -15644368 or 3164433. OLE color: 3164433.

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

Color convert

RGB 17 73 48 -
CMYK 0.77 0 0.34 0.71
HSL 153.21º 0.62% 0.18% -
HSV(B) 153.21º 0.77% 0.29% -
XYZ 3.15 5.1 3.61 -
YUV 53.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 17 73 48 0.77 0 0.34 0.71 153.21 0.62 0.18
Hex 11 49 30 4D 0 22 47 99 3E 12
Octal 21 111 60 115 0 42 107 231 76 22
Binary 10001 1001001 110000 1001101 0 100010 1000111 10011001 111110 10010

Color Harmonies of #114930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114930

Black with #114930

Text Example


Text Example

White with #114930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114930; }

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

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

background-color css

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

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

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

border-color css

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

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

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