#133E07

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

Shades of Myrtle #133E07

Tints of Myrtle #133E07

Color information

#133E07 (or 0x133E07) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 07. RGB value is (19,62,7). Sum of RGB (Red+Green+Blue) = 19+62+7=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #133E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E07 is #ECC1F8. Grayscale: #2B2B2B. Windows color (decimal): -15516153 or 474643. OLE color: 474643.

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

Color convert

RGB19627-
CMYK0.6900.890.76
HSL106.91º79.71%13.53%-
HSV(B)106.91º88.71%24.31%-
XYZ2.033.60.79-
YUV42.87107.75110.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 62 (24.61% from 255) = 70.45%
BLUE value IS 7 (3.12% from 255) = 7.95%
R=21.59%
G=70.45%
B=7.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196270.6900.890.76106.9179.7113.53
Hex133E7450594C6b50e
Octal23767105013111415312016
Binary100111111101111000101010110011001100110101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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