Html Css Color HEX #145301 Myrtle

📋 copy color: '#145301'

red 20 ◦ green 83 ◦ blue 1

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

Shades of Myrtle #145301

Tints of Myrtle #145301

RGB

 RED value IS 20 (8.2% from 255) = 19.23%

 GREEN value IS 83 (32.81% from 255) = 79.81%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 19.23%
G = 79.81%
B = 0.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#145301 (or 0x145301) is known color: Myrtle. HEX triplet: 14, 53 and 01. RGB value is (20,83,1). Sum of RGB (Red+Green+Blue) = 20+83+1=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #145301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145301 is #EBACFE. Grayscale: #373737. Windows color (decimal): -15445247 or 86804. OLE color: 86804.

HSL color Cylindrical-coordinate representation of color #145301: hue angle of 106.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #145301 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 1 -
CMYK 0.76 0 0.99 0.67
HSL 106.1º 0.98% 0.16% -
HSV(B) 106.1º 0.99% 0.33% -
XYZ 3.39 6.34 1.07 -
YUV 54.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 20 83 1 0.76 0 0.99 0.67 106.1 0.98 0.16
Hex 14 53 1 4C 0 63 43 6A 62 10
Octal 24 123 1 114 0 143 103 152 142 20
Binary 10100 1010011 1 1001100 0 1100011 1000011 1101010 1100010 10000

Color Harmonies of #145301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145301

Black with #145301

Text Example


Text Example

White with #145301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145301; }

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

 H1.HeaderClassName
 {
   color: #145301;
 }
 .AnyTagClassName
 {
   color: #145301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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