Html Css Color HEX #143B01 Myrtle

📋 copy color: '#143B01'

red 20 ◦ green 59 ◦ blue 1

#143B01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #143B01

Tints of Myrtle #143B01

RGB

 RED value IS 20 (8.2% 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 value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#143B01 (or 0x143B01) is known color: 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

RGB 20 59 1 -
CMYK 0.66 0 0.98 0.77
HSL 100.34º 0.97% 0.12% -
HSV(B) 100.34º 0.98% 0.23% -
XYZ 1.86 3.28 0.56 -
YUV 40.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 20 59 1 0.66 0 0.98 0.77 100.34 0.97 0.12
Hex 14 3B 1 42 0 62 4D 64 61 C
Octal 24 73 1 102 0 142 115 144 141 14
Binary 10100 111011 1 1000010 0 1100010 1001101 1100100 1100001 1100

Color Harmonies of #143B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B01

Black with #143B01

Text Example


Text Example

White with #143B01

Text Example


Text Example

HTML Codes & Css Web 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>