Html Css Color HEX #014304 Myrtle

📋 copy color: '#014304'

red 1 ◦ green 67 ◦ blue 4

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

Shades of Myrtle #014304

Tints of Myrtle #014304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 93.06%

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 1.39%
G = 93.06%
B = 5.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#014304 (or 0x014304) is known color: Myrtle. HEX triplet: 01, 43 and 04. RGB value is (1,67,4). Sum of RGB (Red+Green+Blue) = 1+67+4=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 67 (26.56% from 255 or 93.06% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 67 - color contains mainly: green. Hex color #014304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014304 is #FEBCFB. Grayscale: #282828. Windows color (decimal): -16694524 or 279297. OLE color: 279297.

HSL color Cylindrical-coordinate representation of color #014304: hue angle of 122.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014304 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 4 -
CMYK 0.99 0 0.94 0.74
HSL 122.73º 0.97% 0.13% -
HSV(B) 122.73º 0.99% 0.26% -
XYZ 2.04 4.03 0.79 -
YUV 40.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 1 67 4 0.99 0 0.94 0.74 122.73 0.97 0.13
Hex 1 43 4 63 0 5E 4A 7B 61 D
Octal 1 103 4 143 0 136 112 173 141 15
Binary 1 1000011 100 1100011 0 1011110 1001010 1111011 1100001 1101

Color Harmonies of #014304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014304

Black with #014304

Text Example


Text Example

White with #014304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014304; }

 p { color: rgb(1,67,4); }

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

background-color css

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

 a { background-color: rgb(1,67,4); }

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

border-color css

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

 span { border-color: rgb(1,67,4); }

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