Html Css Color HEX #013005 Myrtle

📋 copy color: '#013005'

red 1 ◦ green 48 ◦ blue 5

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

Shades of Myrtle #013005

Tints of Myrtle #013005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 9.26%

R = 1.85%
G = 88.89%
B = 9.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#013005 (or 0x013005) is known color: Myrtle. HEX triplet: 01, 30 and 05. RGB value is (1,48,5). Sum of RGB (Red+Green+Blue) = 1+48+5=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 48 (19.14% from 255 or 88.89% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 48 - color contains mainly: green. Hex color #013005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013005 is #FECFFA. Grayscale: #1D1D1D. Windows color (decimal): -16699387 or 339969. OLE color: 339969.

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

Color convert

RGB 1 48 5 -
CMYK 0.98 0 0.90 0.81
HSL 125.11º 0.96% 0.1% -
HSV(B) 125.11º 0.98% 0.19% -
XYZ 1.1 2.13 0.5 -
YUV 29.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 1 48 5 0.98 0 0.90 0.81 125.11 0.96 0.1
Hex 1 30 5 62 0 5A 51 7D 60 A
Octal 1 60 5 142 0 132 121 175 140 12
Binary 1 110000 101 1100010 0 1011010 1010001 1111101 1100000 1010

Color Harmonies of #013005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013005

Black with #013005

Text Example


Text Example

White with #013005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013005; }

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

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

background-color css

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

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

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

border-color css

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

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

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