#143501

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

Shades of Myrtle #143501

Tints of Myrtle #143501

Color information

#143501 (or 0x143501) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 01. RGB value is (20,53,1). Sum of RGB (Red+Green+Blue) = 20+53+1=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #143501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143501 is #EBCAFE. Grayscale: #252525. Windows color (decimal): -15452927 or 79124. OLE color: 79124.

HSL color Cylindrical-coordinate representation of color #143501: hue angle of 98.08º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143501 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB20531-
CMYK0.6200.980.79
HSL98.08º96.3%10.59%-
HSV(B)98.08º98.11%20.78%-
XYZ1.572.70.47-
YUV37.2107.57115.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 1 (0.78% from 255) = 1.35%
R=27.03%
G=71.62%
B=1.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal205310.6200.980.7998.0896.310.59
Hex143513E0624F6260b
Octal2465176014211714214013
Binary101001101011111110011000101001111110001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143501; }

 p { color: rgb(20,53,1); }

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

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

 a { background-color: rgb(20,53,1); }

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

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

 span { border-color: rgb(20,53,1); }

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