#134D24

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

Shades of Zuccini #134D24

Tints of Zuccini #134D24

Color information

#134D24 (or 0x134D24) is unknown color: approx Zuccini. HEX triplet: 13, 4D and 24. RGB value is (19,77,36). Sum of RGB (Red+Green+Blue) = 19+77+36=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #134D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D24 is #ECB2DB. Grayscale: #373737. Windows color (decimal): -15512284 or 2379027. OLE color: 2379027.

HSL color Cylindrical-coordinate representation of color #134D24: hue angle of 137.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134D24 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB197736-
CMYK0.7500.530.70
HSL137.59º60.42%18.82%-
HSV(B)137.59º75.32%30.2%-
XYZ3.245.572.57-
YUV54.98117.28102.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 77 (30.47% from 255) = 58.33%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=14.39%
G=58.33%
B=27.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1977360.7500.530.70137.5960.4218.82
Hex134D244B035468a3c13
Octal23115441130651062127423
Binary1001110011011001001001011011010110001101000101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,36); }

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

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

 a { background-color: rgb(19,77,36); }

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

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

 span { border-color: rgb(19,77,36); }

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