#133807

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

Shades of Myrtle #133807

Tints of Myrtle #133807

Color information

#133807 (or 0x133807) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 07. RGB value is (19,56,7). Sum of RGB (Red+Green+Blue) = 19+56+7=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #133807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133807 is #ECC7F8. Grayscale: #272727. Windows color (decimal): -15517689 or 473107. OLE color: 473107.

HSL color Cylindrical-coordinate representation of color #133807: hue angle of 105.31º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133807 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB19567-
CMYK0.6600.880.78
HSL105.31º77.78%12.35%-
HSV(B)105.31º87.5%21.96%-
XYZ1.722.980.69-
YUV39.35109.74113.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 56 (22.27% from 255) = 68.29%
BLUE value IS 7 (3.12% from 255) = 8.54%
R=23.17%
G=68.29%
B=8.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195670.6600.880.78105.3177.7812.35
Hex13387420584E694ec
Octal23707102013011615111614
Binary100111110001111000010010110001001110110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133807; }

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

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

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

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

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

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

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

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