#133E02

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

Shades of Myrtle #133E02

Tints of Myrtle #133E02

Color information

#133E02 (or 0x133E02) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 02. RGB value is (19,62,2). Sum of RGB (Red+Green+Blue) = 19+62+2=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 62 (24.61% from 255 or 74.70% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 62 - color contains mainly: green. Hex color #133E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E02 is #ECC1FD. Grayscale: #2A2A2A. Windows color (decimal): -15516158 or 146963. OLE color: 146963.

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

Color convert

RGB19622-
CMYK0.6900.970.76
HSL103º93.75%12.55%-
HSV(B)103º96.77%24.31%-
XYZ23.590.64-
YUV42.3105.25111.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 62 (24.61% from 255) = 74.70%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=22.89%
G=74.70%
B=2.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196220.6900.970.7610393.7512.55
Hex133E2450614C675ed
Octal23762105014111414713615
Binary10011111110101000101011000011001100110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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