Html Css Color HEX #014F0D Myrtle

📋 copy color: '#014F0D'

red 1 ◦ green 79 ◦ blue 13

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

Shades of Myrtle #014F0D

Tints of Myrtle #014F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 84.95%

 BLUE value IS 13 (5.47% from 255) = 13.98%

R = 1.08%
G = 84.95%
B = 13.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#014F0D (or 0x014F0D) is known color: Myrtle. HEX triplet: 01, 4F and 0D. RGB value is (1,79,13). Sum of RGB (Red+Green+Blue) = 1+79+13=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 79 (31.25% from 255 or 84.95% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 79 - color contains mainly: green. Hex color #014F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F0D is #FEB0F2. Grayscale: #303030. Windows color (decimal): -16691443 or 872193. OLE color: 872193.

HSL color Cylindrical-coordinate representation of color #014F0D: hue angle of 129.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F0D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 13 -
CMYK 0.99 0 0.84 0.69
HSL 129.23º 0.98% 0.16% -
HSV(B) 129.23º 0.99% 0.31% -
XYZ 2.88 5.63 1.32 -
YUV 48.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 1 79 13 0.99 0 0.84 0.69 129.23 0.98 0.16
Hex 1 4F D 63 0 54 45 81 62 10
Octal 1 117 15 143 0 124 105 201 142 20
Binary 1 1001111 1101 1100011 0 1010100 1000101 10000001 1100010 10000

Color Harmonies of #014F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F0D

Black with #014F0D

Text Example


Text Example

White with #014F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,13); }

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

background-color css

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

 a { background-color: rgb(1,79,13); }

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

border-color css

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

 span { border-color: rgb(1,79,13); }

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