#143302

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

Shades of Myrtle #143302

Tints of Myrtle #143302

Color information

#143302 (or 0x143302) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 02. RGB value is (20,51,2). Sum of RGB (Red+Green+Blue) = 20+51+2=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #143302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143302 is #EBCCFD. Grayscale: #242424. Windows color (decimal): -15453438 or 144148. OLE color: 144148.

HSL color Cylindrical-coordinate representation of color #143302: hue angle of 97.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #143302 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB20512-
CMYK0.6100.960.8
HSL97.96º92.45%10.39%-
HSV(B)97.96º96.08%20%-
XYZ1.482.520.47-
YUV36.14108.73116.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=27.40%
G=69.86%
B=2.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal205120.6100.960.897.9692.4510.39
Hex143323D06050625ca
Octal2463275014012014213412
Binary1010011001110111101011000001010000110001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143302; }

 p { color: rgb(20,51,2); }

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

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

 a { background-color: rgb(20,51,2); }

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

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

 span { border-color: rgb(20,51,2); }

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