#134527

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

Shades of Zuccini #134527

Tints of Zuccini #134527

Color information

#134527 (or 0x134527) is unknown color: approx Zuccini. HEX triplet: 13, 45 and 27. RGB value is (19,69,39). Sum of RGB (Red+Green+Blue) = 19+69+39=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #134527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134527 is #ECBAD8. Grayscale: #323232. Windows color (decimal): -15514329 or 2573587. OLE color: 2573587.

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

Color convert

RGB196939-
CMYK0.7200.430.73
HSL144º56.82%17.25%-
HSV(B)144º72.46%27.06%-
XYZ2.764.542.65-
YUV50.63121.44105.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=14.96%
G=54.33%
B=30.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969390.7200.430.7314456.8217.25
Hex1345274802B49903911
Octal23105471100531112207121
Binary1001110001011001111001000010101110010011001000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134527; }

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

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

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

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

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

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

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

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