#133C04

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

Shades of Myrtle #133C04

Tints of Myrtle #133C04

Color information

#133C04 (or 0x133C04) is unknown color: approx Myrtle. HEX triplet: 13, 3C and 04. RGB value is (19,60,4). Sum of RGB (Red+Green+Blue) = 19+60+4=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #133C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133C04 is #ECC3FB. Grayscale: #292929. Windows color (decimal): -15516668 or 277523. OLE color: 277523.

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

Color convert

RGB19604-
CMYK0.6800.930.76
HSL103.93º87.5%12.55%-
HSV(B)103.93º93.33%23.53%-
XYZ1.913.380.67-
YUV41.36106.92112.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 60 (23.83% from 255) = 72.29%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=22.89%
G=72.29%
B=4.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196040.6800.930.76103.9387.512.55
Hex133C44405D4C6858d
Octal23744104013511415013015
Binary100111111001001000100010111011001100110100010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,60,4); }

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

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

 a { background-color: rgb(19,60,4); }

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

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

 span { border-color: rgb(19,60,4); }

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