Html Css Color HEX #114228 Zuccini

📋 copy color: '#114228'

red 17 ◦ green 66 ◦ blue 40

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

Shades of Zuccini #114228

Tints of Zuccini #114228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.66%

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

R = 13.82%
G = 53.66%
B = 32.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#114228 (or 0x114228) is known color: Zuccini. HEX triplet: 11, 42 and 28. RGB value is (17,66,40). Sum of RGB (Red+Green+Blue) = 17+66+40=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #114228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114228 is #EEBDD7. Grayscale: #303030. Windows color (decimal): -15646168 or 2638353. OLE color: 2638353.

HSL color Cylindrical-coordinate representation of color #114228: hue angle of 148.16º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114228 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 40 -
CMYK 0.74 0 0.39 0.74
HSL 148.16º 0.59% 0.16% -
HSV(B) 148.16º 0.74% 0.26% -
XYZ 2.56 4.17 2.68 -
YUV 48.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 17 66 40 0.74 0 0.39 0.74 148.16 0.59 0.16
Hex 11 42 28 4A 0 27 4A 94 3B 10
Octal 21 102 50 112 0 47 112 224 73 20
Binary 10001 1000010 101000 1001010 0 100111 1001010 10010100 111011 10000

Color Harmonies of #114228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114228

Black with #114228

Text Example


Text Example

White with #114228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114228; }

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

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

background-color css

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

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

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

border-color css

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

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

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