Html Css Color HEX #014C0A Myrtle

📋 copy color: '#014C0A'

red 1 ◦ green 76 ◦ blue 10

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

Shades of Myrtle #014C0A

Tints of Myrtle #014C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 87.36%

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 1.15%
G = 87.36%
B = 11.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#014C0A (or 0x014C0A) is known color: Myrtle. HEX triplet: 01, 4C and 0A. RGB value is (1,76,10). Sum of RGB (Red+Green+Blue) = 1+76+10=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 76 (30.08% from 255 or 87.36% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 76 - color contains mainly: green. Hex color #014C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C0A is #FEB3F5. Grayscale: #2E2E2E. Windows color (decimal): -16692214 or 674817. OLE color: 674817.

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

Color convert

RGB 1 76 10 -
CMYK 0.99 0 0.87 0.70
HSL 127.2º 0.97% 0.15% -
HSV(B) 127.2º 0.99% 0.3% -
XYZ 2.65 5.2 1.15 -
YUV 46.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 1 76 10 0.99 0 0.87 0.70 127.2 0.97 0.15
Hex 1 4C A 63 0 57 46 7F 61 F
Octal 1 114 12 143 0 127 106 177 141 17
Binary 1 1001100 1010 1100011 0 1010111 1000110 1111111 1100001 1111

Color Harmonies of #014C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C0A

Black with #014C0A

Text Example


Text Example

White with #014C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,76,10); }

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

background-color css

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

 a { background-color: rgb(1,76,10); }

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

border-color css

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

 span { border-color: rgb(1,76,10); }

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