#143F01

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

Shades of Myrtle #143F01

Tints of Myrtle #143F01

Color information

#143F01 (or 0x143F01) is unknown color: approx Myrtle. HEX triplet: 14, 3F and 01. RGB value is (20,63,1). Sum of RGB (Red+Green+Blue) = 20+63+1=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #143F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143F01 is #EBC0FE. Grayscale: #2B2B2B. Windows color (decimal): -15450367 or 81684. OLE color: 81684.

HSL color Cylindrical-coordinate representation of color #143F01: hue angle of 101.61º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143F01 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB20631-
CMYK0.6800.980.75
HSL101.61º96.88%12.55%-
HSV(B)101.61º98.41%24.71%-
XYZ2.073.710.63-
YUV43.07104.25111.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 63 (25% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 1.19%
R=23.81%
G=75%
B=1.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal206310.6800.980.75101.6196.8812.55
Hex143F1440624B6661d
Octal24771104014211314614115
Binary1010011111111000100011000101001011110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F01; }

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

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

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

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

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

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

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

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