Html Css Color HEX #014408 Myrtle

📋 copy color: '#014408'

red 1 ◦ green 68 ◦ blue 8

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

Shades of Myrtle #014408

Tints of Myrtle #014408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 88.31%

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

R = 1.3%
G = 88.31%
B = 10.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#014408 (or 0x014408) is known color: Myrtle. HEX triplet: 01, 44 and 08. RGB value is (1,68,8). Sum of RGB (Red+Green+Blue) = 1+68+8=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 68 (26.95% from 255 or 88.31% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 68 - color contains mainly: green. Hex color #014408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014408 is #FEBBF7. Grayscale: #292929. Windows color (decimal): -16694264 or 541697. OLE color: 541697.

HSL color Cylindrical-coordinate representation of color #014408: hue angle of 126.27º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014408 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 68 8 -
CMYK 0.99 0 0.88 0.73
HSL 126.27º 0.97% 0.14% -
HSV(B) 126.27º 0.99% 0.27% -
XYZ 2.12 4.16 0.92 -
YUV 41.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 1 68 8 0.99 0 0.88 0.73 126.27 0.97 0.14
Hex 1 44 8 63 0 58 49 7E 61 E
Octal 1 104 10 143 0 130 111 176 141 16
Binary 1 1000100 1000 1100011 0 1011000 1001001 1111110 1100001 1110

Color Harmonies of #014408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014408

Black with #014408

Text Example


Text Example

White with #014408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014408; }

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

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

background-color css

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

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

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

border-color css

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

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

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