Html Css Color HEX #014A08 Myrtle

📋 copy color: '#014A08'

red 1 ◦ green 74 ◦ blue 8

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

Shades of Myrtle #014A08

Tints of Myrtle #014A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 89.16%

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

R = 1.2%
G = 89.16%
B = 9.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#014A08 (or 0x014A08) is known color: Myrtle. HEX triplet: 01, 4A and 08. RGB value is (1,74,8). Sum of RGB (Red+Green+Blue) = 1+74+8=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 74 (29.30% from 255 or 89.16% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 74 - color contains mainly: green. Hex color #014A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A08 is #FEB5F7. Grayscale: #2C2C2C. Windows color (decimal): -16692728 or 543233. OLE color: 543233.

HSL color Cylindrical-coordinate representation of color #014A08: hue angle of 125.75º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014A08 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 8 -
CMYK 0.99 0 0.89 0.71
HSL 125.75º 0.97% 0.15% -
HSV(B) 125.75º 0.99% 0.29% -
XYZ 2.51 4.92 1.05 -
YUV 44.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 1 74 8 0.99 0 0.89 0.71 125.75 0.97 0.15
Hex 1 4A 8 63 0 59 47 7E 61 F
Octal 1 112 10 143 0 131 107 176 141 17
Binary 1 1001010 1000 1100011 0 1011001 1000111 1111110 1100001 1111

Color Harmonies of #014A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A08

Black with #014A08

Text Example


Text Example

White with #014A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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