Html Css Color HEX #114831 Zuccini

📋 copy color: '#114831'

red 17 ◦ green 72 ◦ blue 49

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

Shades of Zuccini #114831

Tints of Zuccini #114831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 12.32%
G = 52.17%
B = 35.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#114831 (or 0x114831) is known color: Zuccini. HEX triplet: 11, 48 and 31. RGB value is (17,72,49). Sum of RGB (Red+Green+Blue) = 17+72+49=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #114831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114831 is #EEB7CE. Grayscale: #343434. Windows color (decimal): -15644623 or 3229713. OLE color: 3229713.

HSL color Cylindrical-coordinate representation of color #114831: hue angle of 154.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114831 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 49 -
CMYK 0.76 0 0.32 0.72
HSL 154.91º 0.62% 0.17% -
HSV(B) 154.91º 0.76% 0.28% -
XYZ 3.1 4.98 3.7 -
YUV 52.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 17 72 49 0.76 0 0.32 0.72 154.91 0.62 0.17
Hex 11 48 31 4C 0 20 48 9B 3E 11
Octal 21 110 61 114 0 40 110 233 76 21
Binary 10001 1001000 110001 1001100 0 100000 1001000 10011011 111110 10001

Color Harmonies of #114831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114831

Black with #114831

Text Example


Text Example

White with #114831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114831; }

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

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

background-color css

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

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

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

border-color css

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

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

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