#133308

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

Shades of Myrtle #133308

Tints of Myrtle #133308

Color information

#133308 (or 0x133308) is unknown color: approx Myrtle. HEX triplet: 13, 33 and 08. RGB value is (19,51,8). Sum of RGB (Red+Green+Blue) = 19+51+8=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #133308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133308 is #ECCCF7. Grayscale: #242424. Windows color (decimal): -15518968 or 537363. OLE color: 537363.

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

Color convert

RGB19518-
CMYK0.6300.840.8
HSL104.65º72.88%11.57%-
HSV(B)104.65º84.31%20%-
XYZ1.52.520.64-
YUV36.53111.9115.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 51 (20.31% from 255) = 65.38%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=24.36%
G=65.38%
B=10.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal195180.6300.840.8104.6572.8811.57
Hex133383F054506949c
Octal23631077012412015111114
Binary100111100111000111111010101001010000110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133308; }

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

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

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

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

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

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

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

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