#133F0C

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

Shades of Myrtle #133F0C

Tints of Myrtle #133F0C

Color information

#133F0C (or 0x133F0C) is unknown color: approx Myrtle. HEX triplet: 13, 3F and 0C. RGB value is (19,63,12). Sum of RGB (Red+Green+Blue) = 19+63+12=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 63 (25% from 255 or 67.02% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 63 - color contains mainly: green. Hex color #133F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F0C is #ECC0F3. Grayscale: #2C2C2C. Windows color (decimal): -15515892 or 802579. OLE color: 802579.

HSL color Cylindrical-coordinate representation of color #133F0C: hue angle of 111.76º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133F0C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB196312-
CMYK0.7000.810.75
HSL111.76º68%14.71%-
HSV(B)111.76º80.95%24.71%-
XYZ2.113.720.95-
YUV44.03109.92110.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 63 (25% from 255) = 67.02%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=20.21%
G=67.02%
B=12.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963120.7000.810.75111.766814.71
Hex133FC460514B7044f
Octal237714106012111316010417
Binary1001111111111001000110010100011001011111000010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,63,12); }

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

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

 a { background-color: rgb(19,63,12); }

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

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

 span { border-color: rgb(19,63,12); }

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