Html Css Color HEX #014101 Myrtle

📋 copy color: '#014101'

red 1 ◦ green 65 ◦ blue 1

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

Shades of Myrtle #014101

Tints of Myrtle #014101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 97.01%

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 1.49%
G = 97.01%
B = 1.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#014101 (or 0x014101) is known color: Myrtle. HEX triplet: 01, 41 and 01. RGB value is (1,65,1). Sum of RGB (Red+Green+Blue) = 1+65+1=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 65 (25.78% from 255 or 97.01% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 65 - color contains mainly: green. Hex color #014101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014101 is #FEBEFE. Grayscale: #262626. Windows color (decimal): -16695039 or 82177. OLE color: 82177.

HSL color Cylindrical-coordinate representation of color #014101: hue angle of 120º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014101 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 1 -
CMYK 0.98 0 0.98 0.75
HSL 120º 0.97% 0.13% -
HSV(B) 120º 0.98% 0.25% -
XYZ 1.91 3.79 0.66 -
YUV 38.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 1 65 1 0.98 0 0.98 0.75 120 0.97 0.13
Hex 1 41 1 62 0 62 4B 78 61 D
Octal 1 101 1 142 0 142 113 170 141 15
Binary 1 1000001 1 1100010 0 1100010 1001011 1111000 1100001 1101

Color Harmonies of #014101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014101

Black with #014101

Text Example


Text Example

White with #014101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014101; }

 p { color: rgb(1,65,1); }

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

background-color css

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

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

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

border-color css

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

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

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