#133E28

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

Shades of Zuccini #133E28

Tints of Zuccini #133E28

Color information

#133E28 (or 0x133E28) is unknown color: approx Zuccini. HEX triplet: 13, 3E and 28. RGB value is (19,62,40). Sum of RGB (Red+Green+Blue) = 19+62+40=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #133E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E28 is #ECC1D7. Grayscale: #2E2E2E. Windows color (decimal): -15516120 or 2637331. OLE color: 2637331.

HSL color Cylindrical-coordinate representation of color #133E28: hue angle of 149.3º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E28 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB196240-
CMYK0.6900.350.76
HSL149.3º53.09%15.88%-
HSV(B)149.3º69.35%24.31%-
XYZ2.373.742.6-
YUV46.64124.25108.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=15.70%
G=51.24%
B=33.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1962400.6900.350.76149.353.0915.88
Hex133E28450234C953510
Octal2376501050431142256520
Binary100111111101010001000101010001110011001001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133E28; }

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

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

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

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

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

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

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

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