Html Css Color HEX #014B0C Myrtle

📋 copy color: '#014B0C'

red 1 ◦ green 75 ◦ blue 12

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

Shades of Myrtle #014B0C

Tints of Myrtle #014B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 85.23%

 BLUE value IS 12 (5.08% from 255) = 13.64%

R = 1.14%
G = 85.23%
B = 13.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#014B0C (or 0x014B0C) is known color: Myrtle. HEX triplet: 01, 4B and 0C. RGB value is (1,75,12). Sum of RGB (Red+Green+Blue) = 1+75+12=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 75 (29.69% from 255 or 85.23% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 75 - color contains mainly: green. Hex color #014B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B0C is #FEB4F3. Grayscale: #2D2D2D. Windows color (decimal): -16692468 or 805633. OLE color: 805633.

HSL color Cylindrical-coordinate representation of color #014B0C: hue angle of 128.92º 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 #014B0C is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 12 -
CMYK 0.99 0 0.84 0.71
HSL 128.92º 0.97% 0.15% -
HSV(B) 128.92º 0.99% 0.29% -
XYZ 2.59 5.07 1.19 -
YUV 45.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 1 75 12 0.99 0 0.84 0.71 128.92 0.97 0.15
Hex 1 4B C 63 0 54 47 81 61 F
Octal 1 113 14 143 0 124 107 201 141 17
Binary 1 1001011 1100 1100011 0 1010100 1000111 10000001 1100001 1111

Color Harmonies of #014B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B0C

Black with #014B0C

Text Example


Text Example

White with #014B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,12); }

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

background-color css

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

 a { background-color: rgb(1,75,12); }

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

border-color css

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

 span { border-color: rgb(1,75,12); }

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