#133D02

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

Shades of Myrtle #133D02

Tints of Myrtle #133D02

Color information

#133D02 (or 0x133D02) is unknown color: approx Myrtle. HEX triplet: 13, 3D and 02. RGB value is (19,61,2). Sum of RGB (Red+Green+Blue) = 19+61+2=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #133D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133D02 is #ECC2FD. Grayscale: #292929. Windows color (decimal): -15516414 or 146707. OLE color: 146707.

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

Color convert

RGB19612-
CMYK0.6900.970.76
HSL102.71º93.65%12.35%-
HSV(B)102.71º96.72%23.92%-
XYZ1.953.480.63-
YUV41.72105.59111.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 61 (24.22% from 255) = 74.39%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=23.17%
G=74.39%
B=2.44%

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
Decimal196120.6900.970.76102.7193.6512.35
Hex133D2450614C675ec
Octal23752105014111414713614
Binary10011111101101000101011000011001100110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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