#135030

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

Shades of Zuccini #135030

Tints of Zuccini #135030

Color information

#135030 (or 0x135030) is unknown color: approx Zuccini. HEX triplet: 13, 50 and 30. RGB value is (19,80,48). Sum of RGB (Red+Green+Blue) = 19+80+48=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #135030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135030 is #ECAFCF. Grayscale: #3A3A3A. Windows color (decimal): -15511504 or 3166227. OLE color: 3166227.

HSL color Cylindrical-coordinate representation of color #135030: hue angle of 148.52º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135030 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB198048-
CMYK0.7600.400.69
HSL148.52º61.62%19.41%-
HSV(B)148.52º76.25%31.37%-
XYZ3.676.093.78-
YUV58.11122.29100.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=12.93%
G=54.42%
B=32.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980480.7600.400.69148.5261.6219.41
Hex1350304C02845953e13
Octal23120601140501052257623
Binary1001110100001100001001100010100010001011001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135030; }

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

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

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

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

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

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

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

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