Html Css Color HEX #114B31 Zuccini

📋 copy color: '#114B31'

red 17 ◦ green 75 ◦ blue 49

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

Shades of Zuccini #114B31

Tints of Zuccini #114B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 53.19%

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

R = 12.06%
G = 53.19%
B = 34.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#114B31 (or 0x114B31) is known color: Zuccini. HEX triplet: 11, 4B and 31. RGB value is (17,75,49). Sum of RGB (Red+Green+Blue) = 17+75+49=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #114B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B31 is #EEB4CE. Grayscale: #363636. Windows color (decimal): -15643855 or 3230481. OLE color: 3230481.

HSL color Cylindrical-coordinate representation of color #114B31: hue angle of 153.1º degrees, saturation: 0.63, 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 #114B31 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 75 49 -
CMYK 0.77 0 0.35 0.71
HSL 153.1º 0.63% 0.18% -
HSV(B) 153.1º 0.77% 0.29% -
XYZ 3.3 5.37 3.77 -
YUV 54.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 17 75 49 0.77 0 0.35 0.71 153.1 0.63 0.18
Hex 11 4B 31 4D 0 23 47 99 3F 12
Octal 21 113 61 115 0 43 107 231 77 22
Binary 10001 1001011 110001 1001101 0 100011 1000111 10011001 111111 10010

Color Harmonies of #114B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B31

Black with #114B31

Text Example


Text Example

White with #114B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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