Html Css Color HEX #114428 Zuccini

📋 copy color: '#114428'

red 17 ◦ green 68 ◦ blue 40

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

Shades of Zuccini #114428

Tints of Zuccini #114428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 54.4%

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

R = 13.6%
G = 54.4%
B = 32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#114428 (or 0x114428) is known color: Zuccini. HEX triplet: 11, 44 and 28. RGB value is (17,68,40). Sum of RGB (Red+Green+Blue) = 17+68+40=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #114428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114428 is #EEBBD7. Grayscale: #313131. Windows color (decimal): -15645656 or 2638865. OLE color: 2638865.

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

Color convert

RGB 17 68 40 -
CMYK 0.75 0 0.41 0.73
HSL 147.06º 0.6% 0.17% -
HSV(B) 147.06º 0.75% 0.27% -
XYZ 2.68 4.41 2.72 -
YUV 49.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 17 68 40 0.75 0 0.41 0.73 147.06 0.6 0.17
Hex 11 44 28 4B 0 29 49 93 3C 11
Octal 21 104 50 113 0 51 111 223 74 21
Binary 10001 1000100 101000 1001011 0 101001 1001001 10010011 111100 10001

Color Harmonies of #114428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114428

Black with #114428

Text Example


Text Example

White with #114428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114428; }

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

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

background-color css

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

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

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

border-color css

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

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

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