#133908

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

Shades of Myrtle #133908

Tints of Myrtle #133908

Color information

#133908 (or 0x133908) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 08. RGB value is (19,57,8). Sum of RGB (Red+Green+Blue) = 19+57+8=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #133908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133908 is #ECC6F7. Grayscale: #282828. Windows color (decimal): -15517432 or 538899. OLE color: 538899.

HSL color Cylindrical-coordinate representation of color #133908: hue angle of 106.53º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133908 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB19578-
CMYK0.6700.860.78
HSL106.53º75.38%12.75%-
HSV(B)106.53º85.96%22.35%-
XYZ1.783.080.73-
YUV40.05109.91112.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 57 (22.66% from 255) = 67.86%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=22.62%
G=67.86%
B=9.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195780.6700.860.78106.5375.3812.75
Hex13398430564E6b4bd
Octal237110103012611615311315
Binary1001111100110001000011010101101001110110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133908; }

 p { color: rgb(19,57,8); }

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

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

 a { background-color: rgb(19,57,8); }

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

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

 span { border-color: rgb(19,57,8); }

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