Html Css Color HEX #014008 Myrtle

📋 copy color: '#014008'

red 1 ◦ green 64 ◦ blue 8

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

Shades of Myrtle #014008

Tints of Myrtle #014008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 87.67%

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

R = 1.37%
G = 87.67%
B = 10.96%

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

#014008 (or 0x014008) is known color: Myrtle. HEX triplet: 01, 40 and 08. RGB value is (1,64,8). Sum of RGB (Red+Green+Blue) = 1+64+8=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #014008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014008 is #FEBFF7. Grayscale: #262626. Windows color (decimal): -16695288 or 540673. OLE color: 540673.

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

Color convert

RGB 1 64 8 -
CMYK 0.98 0 0.87 0.75
HSL 126.67º 0.97% 0.13% -
HSV(B) 126.67º 0.98% 0.25% -
XYZ 1.89 3.69 0.84 -
YUV 38.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 1 64 8 0.98 0 0.87 0.75 126.67 0.97 0.13
Hex 1 40 8 62 0 57 4B 7F 61 D
Octal 1 100 10 142 0 127 113 177 141 15
Binary 1 1000000 1000 1100010 0 1010111 1001011 1111111 1100001 1101

Color Harmonies of #014008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014008

Black with #014008

Text Example


Text Example

White with #014008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014008; }

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

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

background-color css

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

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

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

border-color css

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

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

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