Html Css Color HEX #003104 Myrtle

📋 copy color: '#003104'

red 0 ◦ green 49 ◦ blue 4

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

Shades of Myrtle #003104

Tints of Myrtle #003104

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 92.45%

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

R = 0%
G = 92.45%
B = 7.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#003104 (or 0x003104) is known color: Myrtle. HEX triplet: 00, 31 and 04. RGB value is (0,49,4). Sum of RGB (Red+Green+Blue) = 0+49+4=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 49 (19.53% from 255 or 92.45% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 49 - color contains mainly: green. Hex color #003104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003104 is #FFCEFB. Grayscale: #1D1D1D. Windows color (decimal): -16764668 or 274688. OLE color: 274688.

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

Color convert

RGB 0 49 4 -
CMYK 1 0 0.92 0.81
HSL 124.9º 1% 0.1% -
HSV(B) 124.9º 1% 0.19% -
XYZ 1.12 2.21 0.48 -
YUV 29.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 0 49 4 1 0 0.92 0.81 124.9 1 0.1
Hex 0 31 4 64 0 5C 51 7D 64 A
Octal 0 61 4 144 0 134 121 175 144 12
Binary 0 110001 100 1100100 0 1011100 1010001 1111101 1100100 1010

Color Harmonies of #003104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003104

Black with #003104

Text Example


Text Example

White with #003104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003104; }

 p { color: rgb(0,49,4); }

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

background-color css

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

 a { background-color: rgb(0,49,4); }

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

border-color css

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

 span { border-color: rgb(0,49,4); }

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