#143B01

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

Shades of Myrtle #143B01

Tints of Myrtle #143B01

Color information

#143B01 (or 0x143B01) is unknown color: approx Myrtle. HEX triplet: 14, 3B and 01. RGB value is (20,59,1). Sum of RGB (Red+Green+Blue) = 20+59+1=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 59 (23.44% from 255 or 73.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 59 - color contains mainly: green. Hex color #143B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143B01 is #EBC4FE. Grayscale: #282828. Windows color (decimal): -15451391 or 80660. OLE color: 80660.

HSL color Cylindrical-coordinate representation of color #143B01: hue angle of 100.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143B01 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB20591-
CMYK0.6600.980.77
HSL100.34º96.67%11.76%-
HSV(B)100.34º98.31%23.14%-
XYZ1.863.280.56-
YUV40.73105.58113.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 59 (23.44% from 255) = 73.75%
BLUE value IS 1 (0.78% from 255) = 1.25%
R=25%
G=73.75%
B=1.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal205910.6600.980.77100.3496.6711.76
Hex143B1420624D6461c
Octal24731102014211514414114
Binary1010011101111000010011000101001101110010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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