Html Css Color HEX #013F08 Myrtle

📋 copy color: '#013F08'

red 1 ◦ green 63 ◦ blue 8

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

Shades of Myrtle #013F08

Tints of Myrtle #013F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.11%

R = 1.39%
G = 87.5%
B = 11.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#013F08 (or 0x013F08) is known color: Myrtle. HEX triplet: 01, 3F and 08. RGB value is (1,63,8). Sum of RGB (Red+Green+Blue) = 1+63+8=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 63 (25% from 255 or 87.5% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 63 - color contains mainly: green. Hex color #013F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F08 is #FEC0F7. Grayscale: #262626. Windows color (decimal): -16695544 or 540417. OLE color: 540417.

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

Color convert

RGB 1 63 8 -
CMYK 0.98 0 0.87 0.75
HSL 126.77º 0.97% 0.13% -
HSV(B) 126.77º 0.98% 0.25% -
XYZ 1.83 3.58 0.82 -
YUV 38.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 1 63 8 0.98 0 0.87 0.75 126.77 0.97 0.13
Hex 1 3F 8 62 0 57 4B 7F 61 D
Octal 1 77 10 142 0 127 113 177 141 15
Binary 1 111111 1000 1100010 0 1010111 1001011 1111111 1100001 1101

Color Harmonies of #013F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F08

Black with #013F08

Text Example


Text Example

White with #013F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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