#133800

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

Shades of Myrtle #133800

Tints of Myrtle #133800

Color information

#133800 (or 0x133800) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 00. RGB value is (19,56,0). Sum of RGB (Red+Green+Blue) = 19+56+0=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #133800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133800 is #ECC7FF. Grayscale: #262626. Windows color (decimal): -15517696 or 14355. OLE color: 14355.

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

Color convert

RGB19560-
CMYK0.66010.78
HSL99.64º100%10.98%-
HSV(B)99.64º100%21.96%-
XYZ1.682.970.48-
YUV38.55106.24114.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.33%
GREEN value IS 56 (22.27% from 255) = 74.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.33%
G=74.67%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195600.66010.7899.6410010.98
Hex13380420644E6464b
Octal23700102014411614414413
Binary1001111100001000010011001001001110110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133800; }

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

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

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

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

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

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

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

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