Html Css Color HEX #014003 Myrtle

📋 copy color: '#014003'

red 1 ◦ green 64 ◦ blue 3

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

Shades of Myrtle #014003

Tints of Myrtle #014003

RGB

 RED value IS 1 (0.78% from 255) = 1.47%

 GREEN value IS 64 (25.39% from 255) = 94.12%

 BLUE value IS 3 (1.56% from 255) = 4.41%

R = 1.47%
G = 94.12%
B = 4.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#014003 (or 0x014003) is known color: Myrtle. HEX triplet: 01, 40 and 03. RGB value is (1,64,3). Sum of RGB (Red+Green+Blue) = 1+64+3=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 64 (25.39% from 255 or 94.12% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 64 - color contains mainly: green. Hex color #014003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014003 is #FEBFFC. Grayscale: #262626. Windows color (decimal): -16695293 or 212993. OLE color: 212993.

HSL color Cylindrical-coordinate representation of color #014003: hue angle of 121.9º 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 #014003 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 3 -
CMYK 0.98 0 0.95 0.75
HSL 121.9º 0.97% 0.13% -
HSV(B) 121.9º 0.98% 0.25% -
XYZ 1.86 3.68 0.7 -
YUV 38.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 1 64 3 0.98 0 0.95 0.75 121.9 0.97 0.13
Hex 1 40 3 62 0 5F 4B 7A 61 D
Octal 1 100 3 142 0 137 113 172 141 15
Binary 1 1000000 11 1100010 0 1011111 1001011 1111010 1100001 1101

Color Harmonies of #014003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014003

Black with #014003

Text Example


Text Example

White with #014003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014003; }

 p { color: rgb(1,64,3); }

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

background-color css

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

 a { background-color: rgb(1,64,3); }

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

border-color css

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

 span { border-color: rgb(1,64,3); }

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