Html Css Color HEX #114128 Zuccini

📋 copy color: '#114128'

red 17 ◦ green 65 ◦ blue 40

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

Shades of Zuccini #114128

Tints of Zuccini #114128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 53.28%

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

R = 13.93%
G = 53.28%
B = 32.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#114128 (or 0x114128) is known color: Zuccini. HEX triplet: 11, 41 and 28. RGB value is (17,65,40). Sum of RGB (Red+Green+Blue) = 17+65+40=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #114128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114128 is #EEBED7. Grayscale: #2F2F2F. Windows color (decimal): -15646424 or 2638097. OLE color: 2638097.

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

Color convert

RGB 17 65 40 -
CMYK 0.74 0 0.38 0.75
HSL 148.75º 0.59% 0.16% -
HSV(B) 148.75º 0.74% 0.25% -
XYZ 2.5 4.05 2.66 -
YUV 47.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 17 65 40 0.74 0 0.38 0.75 148.75 0.59 0.16
Hex 11 41 28 4A 0 26 4B 95 3B 10
Octal 21 101 50 112 0 46 113 225 73 20
Binary 10001 1000001 101000 1001010 0 100110 1001011 10010101 111011 10000

Color Harmonies of #114128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114128

Black with #114128

Text Example


Text Example

White with #114128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114128; }

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

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

background-color css

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

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

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

border-color css

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

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

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