#134830

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

Shades of Zuccini #134830

Tints of Zuccini #134830

Color information

#134830 (or 0x134830) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 30. RGB value is (19,72,48). Sum of RGB (Red+Green+Blue) = 19+72+48=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #134830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134830 is #ECB7CF. Grayscale: #353535. Windows color (decimal): -15513552 or 3164179. OLE color: 3164179.

HSL color Cylindrical-coordinate representation of color #134830: hue angle of 152.83º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134830 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB197248-
CMYK0.7400.330.72
HSL152.83º58.24%17.84%-
HSV(B)152.83º73.61%28.24%-
XYZ3.124.993.59-
YUV53.42124.94103.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=13.67%
G=51.80%
B=34.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972480.7400.330.72152.8358.2417.84
Hex1348304A02148993a12
Octal23110601120411102317222
Binary1001110010001100001001010010000110010001001100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134830; }

 p { color: rgb(19,72,48); }

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

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

 a { background-color: rgb(19,72,48); }

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

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

 span { border-color: rgb(19,72,48); }

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