#133007

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

Shades of Myrtle #133007

Tints of Myrtle #133007

Color information

#133007 (or 0x133007) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 07. RGB value is (19,48,7). Sum of RGB (Red+Green+Blue) = 19+48+7=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #133007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133007 is #ECCFF8. Grayscale: #222222. Windows color (decimal): -15519737 or 471059. OLE color: 471059.

HSL color Cylindrical-coordinate representation of color #133007: hue angle of 102.44º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133007 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB19487-
CMYK0.6000.850.81
HSL102.44º74.55%10.78%-
HSV(B)102.44º85.42%18.82%-
XYZ1.362.270.57-
YUV34.66112.39116.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=25.68%
G=64.86%
B=9.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194870.6000.850.81102.4474.5510.78
Hex133073C05551664bb
Octal2360774012512114611313
Binary10011110000111111100010101011010001110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133007; }

 p { color: rgb(19,48,7); }

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

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

 a { background-color: rgb(19,48,7); }

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

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

 span { border-color: rgb(19,48,7); }

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