#133902

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

Shades of Myrtle #133902

Tints of Myrtle #133902

Color information

#133902 (or 0x133902) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 02. RGB value is (19,57,2). Sum of RGB (Red+Green+Blue) = 19+57+2=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 57 (22.66% from 255 or 73.08% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 57 - color contains mainly: green. Hex color #133902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133902 is #ECC6FD. Grayscale: #272727. Windows color (decimal): -15517438 or 145683. OLE color: 145683.

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

Color convert

RGB19572-
CMYK0.6700.960.78
HSL101.45º93.22%11.57%-
HSV(B)101.45º96.49%22.35%-
XYZ1.743.070.56-
YUV39.37106.91113.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 57 (22.66% from 255) = 73.08%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=24.36%
G=73.08%
B=2.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195720.6700.960.78101.4593.2211.57
Hex13392430604E655dc
Octal23712103014011614513514
Binary10011111001101000011011000001001110110010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133902; }

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

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

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

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

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

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

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

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