Html Css Color HEX #013F09 Myrtle

📋 copy color: '#013F09'

red 1 ◦ green 63 ◦ blue 9

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

Shades of Myrtle #013F09

Tints of Myrtle #013F09

RGB

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

 GREEN value IS 63 (25% from 255) = 86.3%

 BLUE value IS 9 (3.91% from 255) = 12.33%

R = 1.37%
G = 86.3%
B = 12.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#013F09 (or 0x013F09) is known color: Myrtle. HEX triplet: 01, 3F and 09. RGB value is (1,63,9). Sum of RGB (Red+Green+Blue) = 1+63+9=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 63 (25% from 255 or 86.30% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 63 - color contains mainly: green. Hex color #013F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F09 is #FEC0F6. Grayscale: #262626. Windows color (decimal): -16695543 or 605953. OLE color: 605953.

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

Color convert

RGB 1 63 9 -
CMYK 0.98 0 0.86 0.75
HSL 127.74º 0.97% 0.13% -
HSV(B) 127.74º 0.98% 0.25% -
XYZ 1.84 3.58 0.85 -
YUV 38.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 1 63 9 0.98 0 0.86 0.75 127.74 0.97 0.13
Hex 1 3F 9 62 0 56 4B 80 61 D
Octal 1 77 11 142 0 126 113 200 141 15
Binary 1 111111 1001 1100010 0 1010110 1001011 10000000 1100001 1101

Color Harmonies of #013F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F09

Black with #013F09

Text Example


Text Example

White with #013F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013F09; }

 p { color: rgb(1,63,9); }

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

background-color css

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

 a { background-color: rgb(1,63,9); }

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

border-color css

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

 span { border-color: rgb(1,63,9); }

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