Html Css Color HEX #013807 Myrtle

📋 copy color: '#013807'

red 1 ◦ green 56 ◦ blue 7

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

Shades of Myrtle #013807

Tints of Myrtle #013807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 87.5%

 BLUE value IS 7 (3.13% from 255) = 10.94%

R = 1.56%
G = 87.5%
B = 10.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#013807 (or 0x013807) is known color: Myrtle. HEX triplet: 01, 38 and 07. RGB value is (1,56,7). Sum of RGB (Red+Green+Blue) = 1+56+7=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 56 (22.27% from 255 or 87.5% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 56 - color contains mainly: green. Hex color #013807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013807 is #FEC7F8. Grayscale: #222222. Windows color (decimal): -16697337 or 473089. OLE color: 473089.

HSL color Cylindrical-coordinate representation of color #013807: hue angle of 126.55º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013807 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 56 7 -
CMYK 0.98 0 0.88 0.78
HSL 126.55º 0.96% 0.11% -
HSV(B) 126.55º 0.98% 0.22% -
XYZ 1.47 2.85 0.67 -
YUV 33.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 1 56 7 0.98 0 0.88 0.78 126.55 0.96 0.11
Hex 1 38 7 62 0 58 4E 7F 60 B
Octal 1 70 7 142 0 130 116 177 140 13
Binary 1 111000 111 1100010 0 1011000 1001110 1111111 1100000 1011

Color Harmonies of #013807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013807

Black with #013807

Text Example


Text Example

White with #013807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013807; }

 p { color: rgb(1,56,7); }

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

background-color css

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

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

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

border-color css

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

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

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