Html Css Color HEX #114628 Zuccini

📋 copy color: '#114628'

red 17 ◦ green 70 ◦ blue 40

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

Shades of Zuccini #114628

Tints of Zuccini #114628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.12%

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 13.39%
G = 55.12%
B = 31.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#114628 (or 0x114628) is known color: Zuccini. HEX triplet: 11, 46 and 28. RGB value is (17,70,40). Sum of RGB (Red+Green+Blue) = 17+70+40=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #114628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114628 is #EEB9D7. Grayscale: #323232. Windows color (decimal): -15645144 or 2639377. OLE color: 2639377.

HSL color Cylindrical-coordinate representation of color #114628: hue angle of 146.04º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114628 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 40 -
CMYK 0.76 0 0.43 0.73
HSL 146.04º 0.61% 0.17% -
HSV(B) 146.04º 0.76% 0.27% -
XYZ 2.8 4.65 2.76 -
YUV 50.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 17 70 40 0.76 0 0.43 0.73 146.04 0.61 0.17
Hex 11 46 28 4C 0 2B 49 92 3D 11
Octal 21 106 50 114 0 53 111 222 75 21
Binary 10001 1000110 101000 1001100 0 101011 1001001 10010010 111101 10001

Color Harmonies of #114628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114628

Black with #114628

Text Example


Text Example

White with #114628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114628; }

 p { color: rgb(17,70,40); }

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

background-color css

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

 a { background-color: rgb(17,70,40); }

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

border-color css

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

 span { border-color: rgb(17,70,40); }

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