Html Css Color HEX #115031 Zuccini

📋 copy color: '#115031'

red 17 ◦ green 80 ◦ blue 49

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

Shades of Zuccini #115031

Tints of Zuccini #115031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

 BLUE value IS 49 (19.53% from 255) = 33.56%

R = 11.64%
G = 54.79%
B = 33.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#115031 (or 0x115031) is known color: Zuccini. HEX triplet: 11, 50 and 31. RGB value is (17,80,49). Sum of RGB (Red+Green+Blue) = 17+80+49=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #115031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115031 is #EEAFCE. Grayscale: #393939. Windows color (decimal): -15642575 or 3231761. OLE color: 3231761.

HSL color Cylindrical-coordinate representation of color #115031: hue angle of 150.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115031 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 49 -
CMYK 0.79 0 0.39 0.69
HSL 150.48º 0.65% 0.19% -
HSV(B) 150.48º 0.79% 0.31% -
XYZ 3.65 6.08 3.89 -
YUV 57.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 17 80 49 0.79 0 0.39 0.69 150.48 0.65 0.19
Hex 11 50 31 4F 0 27 45 96 41 13
Octal 21 120 61 117 0 47 105 226 101 23
Binary 10001 1010000 110001 1001111 0 100111 1000101 10010110 1000001 10011

Color Harmonies of #115031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115031

Black with #115031

Text Example


Text Example

White with #115031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115031; }

 p { color: rgb(17,80,49); }

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

background-color css

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

 a { background-color: rgb(17,80,49); }

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

border-color css

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

 span { border-color: rgb(17,80,49); }

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