Html Css Color HEX #114127 Zuccini

📋 copy color: '#114127'

red 17 ◦ green 65 ◦ blue 39

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

Shades of Zuccini #114127

Tints of Zuccini #114127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 14.05%
G = 53.72%
B = 32.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#114127 (or 0x114127) is known color: Zuccini. HEX triplet: 11, 41 and 27. RGB value is (17,65,39). Sum of RGB (Red+Green+Blue) = 17+65+39=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #114127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114127 is #EEBED8. Grayscale: #2F2F2F. Windows color (decimal): -15646425 or 2572561. OLE color: 2572561.

HSL color Cylindrical-coordinate representation of color #114127: hue angle of 147.5º 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 #114127 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 39 -
CMYK 0.74 0 0.40 0.75
HSL 147.5º 0.59% 0.16% -
HSV(B) 147.5º 0.74% 0.25% -
XYZ 2.49 4.05 2.57 -
YUV 47.68 123.1 106.11 -
System Red Green Blue C M Y K H S L
Decimal 17 65 39 0.74 0 0.40 0.75 147.5 0.59 0.16
Hex 11 41 27 4A 0 28 4B 94 3B 10
Octal 21 101 47 112 0 50 113 224 73 20
Binary 10001 1000001 100111 1001010 0 101000 1001011 10010100 111011 10000

Color Harmonies of #114127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114127

Black with #114127

Text Example


Text Example

White with #114127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114127; }

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

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

background-color css

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

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

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

border-color css

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

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

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