#133408

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

Shades of Myrtle #133408

Tints of Myrtle #133408

Color information

#133408 (or 0x133408) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 08. RGB value is (19,52,8). Sum of RGB (Red+Green+Blue) = 19+52+8=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #133408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133408 is #ECCBF7. Grayscale: #252525. Windows color (decimal): -15518712 or 537619. OLE color: 537619.

HSL color Cylindrical-coordinate representation of color #133408: hue angle of 105º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133408 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.

Color convert

RGB19528-
CMYK0.6300.850.80
HSL105º73.33%11.76%-
HSV(B)105º84.62%20.39%-
XYZ1.542.610.65-
YUV37.12111.57115.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 52 (20.70% from 255) = 65.82%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=24.05%
G=65.82%
B=10.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195280.6300.850.8010573.3311.76
Hex133483F055506949c
Octal23641077012512015111114
Binary100111101001000111111010101011010000110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133408; }

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

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

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

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

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

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

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

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