#134027

Color #134027 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #134027

Tints of Zuccini #134027

Color information

#134027 (or 0x134027) is unknown color: approx Zuccini. HEX triplet: 13, 40 and 27. RGB value is (19,64,39). Sum of RGB (Red+Green+Blue) = 19+64+39=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #134027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134027 is #ECBFD8. Grayscale: #2F2F2F. Windows color (decimal): -15515609 or 2572307. OLE color: 2572307.

HSL color Cylindrical-coordinate representation of color #134027: hue angle of 146.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134027 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB196439-
CMYK0.7000.390.75
HSL146.67º54.22%16.27%-
HSV(B)146.67º70.31%25.1%-
XYZ2.473.952.55-
YUV47.69123.09107.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 39 (15.62% from 255) = 31.97%
R=15.57%
G=52.46%
B=31.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964390.7000.390.75146.6754.2216.27
Hex134027460274B933610
Octal23100471060471132236620
Binary1001110000001001111000110010011110010111001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134027; }

 p { color: rgb(19,64,39); }

 H1.HeaderClassName
 {
   color: #134027;
 }
 .AnyTagClassName
 {
   color: #134027;
 }
</style>
background-color css

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

 a { background-color: rgb(19,64,39); }

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

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

 span { border-color: rgb(19,64,39); }

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