#134B2A

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

Shades of Zuccini #134B2A

Tints of Zuccini #134B2A

Color information

#134B2A (or 0x134B2A) is unknown color: approx Zuccini. HEX triplet: 13, 4B and 2A. RGB value is (19,75,42). Sum of RGB (Red+Green+Blue) = 19+75+42=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #134B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B2A is #ECB4D5. Grayscale: #363636. Windows color (decimal): -15512790 or 2771731. OLE color: 2771731.

HSL color Cylindrical-coordinate representation of color #134B2A: hue angle of 144.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B2A is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB197542-
CMYK0.7500.440.71
HSL144.64º59.57%18.43%-
HSV(B)144.64º74.67%29.41%-
XYZ3.25.343.05-
YUV54.49120.95102.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=13.97%
G=55.15%
B=30.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975420.7500.440.71144.6459.5718.43
Hex134B2A4B02C47913c12
Octal23113521130541072217422
Binary1001110010111010101001011010110010001111001000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B2A; }

 p { color: rgb(19,75,42); }

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

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

 a { background-color: rgb(19,75,42); }

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

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

 span { border-color: rgb(19,75,42); }

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