Html Css Color HEX #013405 Myrtle

📋 copy color: '#013405'

red 1 ◦ green 52 ◦ blue 5

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

Shades of Myrtle #013405

Tints of Myrtle #013405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 89.66%

 BLUE value IS 5 (2.34% from 255) = 8.62%

R = 1.72%
G = 89.66%
B = 8.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#013405 (or 0x013405) is known color: Myrtle. HEX triplet: 01, 34 and 05. RGB value is (1,52,5). Sum of RGB (Red+Green+Blue) = 1+52+5=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #013405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013405 is #FECBFA. Grayscale: #1F1F1F. Windows color (decimal): -16698363 or 340993. OLE color: 340993.

HSL color Cylindrical-coordinate representation of color #013405: hue angle of 124.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013405 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 5 -
CMYK 0.98 0 0.90 0.80
HSL 124.71º 0.96% 0.1% -
HSV(B) 124.71º 0.98% 0.2% -
XYZ 1.27 2.47 0.55 -
YUV 31.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 1 52 5 0.98 0 0.90 0.80 124.71 0.96 0.1
Hex 1 34 5 62 0 5A 50 7D 60 A
Octal 1 64 5 142 0 132 120 175 140 12
Binary 1 110100 101 1100010 0 1011010 1010000 1111101 1100000 1010

Color Harmonies of #013405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013405

Black with #013405

Text Example


Text Example

White with #013405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013405; }

 p { color: rgb(1,52,5); }

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

background-color css

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

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

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

border-color css

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

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

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