#134528

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

Shades of Zuccini #134528

Tints of Zuccini #134528

Color information

#134528 (or 0x134528) is unknown color: approx Zuccini. HEX triplet: 13, 45 and 28. RGB value is (19,69,40). Sum of RGB (Red+Green+Blue) = 19+69+40=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #134528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134528 is #ECBAD7. Grayscale: #323232. Windows color (decimal): -15514328 or 2639123. OLE color: 2639123.

HSL color Cylindrical-coordinate representation of color #134528: hue angle of 145.2º 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 #134528 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB196940-
CMYK0.7200.420.73
HSL145.2º56.82%17.25%-
HSV(B)145.2º72.46%27.06%-
XYZ2.784.552.74-
YUV50.74121.94105.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=14.84%
G=53.91%
B=31.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969400.7200.420.73145.256.8217.25
Hex1345284802A49913911
Octal23105501100521112217121
Binary1001110001011010001001000010101010010011001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134528; }

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

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

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

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

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

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

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

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