Html Css Color HEX #013004 Myrtle

📋 copy color: '#013004'

red 1 ◦ green 48 ◦ blue 4

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

Shades of Myrtle #013004

Tints of Myrtle #013004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 90.57%

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

R = 1.89%
G = 90.57%
B = 7.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#013004 (or 0x013004) is known color: Myrtle. HEX triplet: 01, 30 and 04. RGB value is (1,48,4). Sum of RGB (Red+Green+Blue) = 1+48+4=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 48 (19.14% from 255 or 90.57% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 48 - color contains mainly: green. Hex color #013004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013004 is #FECFFB. Grayscale: #1D1D1D. Windows color (decimal): -16699388 or 274433. OLE color: 274433.

HSL color Cylindrical-coordinate representation of color #013004: hue angle of 123.83º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013004 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 48 4 -
CMYK 0.98 0 0.92 0.81
HSL 123.83º 0.96% 0.1% -
HSV(B) 123.83º 0.98% 0.19% -
XYZ 1.09 2.13 0.47 -
YUV 28.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 1 48 4 0.98 0 0.92 0.81 123.83 0.96 0.1
Hex 1 30 4 62 0 5C 51 7C 60 A
Octal 1 60 4 142 0 134 121 174 140 12
Binary 1 110000 100 1100010 0 1011100 1010001 1111100 1100000 1010

Color Harmonies of #013004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013004

Black with #013004

Text Example


Text Example

White with #013004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013004; }

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

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

background-color css

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

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

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

border-color css

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

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

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