Html Css Color HEX #012601 Myrtle

📋 copy color: '#012601'

red 1 ◦ green 38 ◦ blue 1

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

Shades of Myrtle #012601

Tints of Myrtle #012601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 95%

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

R = 2.5%
G = 95%
B = 2.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#012601 (or 0x012601) is known color: Myrtle. HEX triplet: 01, 26 and 01. RGB value is (1,38,1). Sum of RGB (Red+Green+Blue) = 1+38+1=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 38 (15.23% from 255 or 95% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 38 - color contains mainly: green. Hex color #012601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012601 is #FED9FE. Grayscale: #161616. Windows color (decimal): -16701951 or 75265. OLE color: 75265.

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

Color convert

RGB 1 38 1 -
CMYK 0.97 0 0.97 0.85
HSL 120º 0.95% 0.08% -
HSV(B) 120º 0.97% 0.15% -
XYZ 0.71 1.39 0.26 -
YUV 22.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 1 38 1 0.97 0 0.97 0.85 120 0.95 0.08
Hex 1 26 1 61 0 61 55 78 5F 8
Octal 1 46 1 141 0 141 125 170 137 10
Binary 1 100110 1 1100001 0 1100001 1010101 1111000 1011111 1000

Color Harmonies of #012601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012601

Black with #012601

Text Example


Text Example

White with #012601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012601; }

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

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

background-color css

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

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

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

border-color css

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

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

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