Html Css Color HEX #0A3701 Myrtle

📋 copy color: '#0A3701'

red 10 ◦ green 55 ◦ blue 1

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

Shades of Myrtle #0A3701

Tints of Myrtle #0A3701

RGB

 RED value IS 10 (4.3% from 255) = 15.15%

 GREEN value IS 55 (21.88% from 255) = 83.33%

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

R = 15.15%
G = 83.33%
B = 1.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#0A3701 (or 0x0A3701) is known color: Myrtle. HEX triplet: 0A, 37 and 01. RGB value is (10,55,1). Sum of RGB (Red+Green+Blue) = 10+55+1=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3701 is #F5C8FE. Grayscale: #232323. Windows color (decimal): -16107775 or 79626. OLE color: 79626.

HSL color Cylindrical-coordinate representation of color #0A3701: hue angle of 110º 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 #0A3701 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 55 1 -
CMYK 0.82 0 0.98 0.78
HSL 110º 0.96% 0.11% -
HSV(B) 110º 0.98% 0.22% -
XYZ 1.5 2.8 0.49 -
YUV 35.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 10 55 1 0.82 0 0.98 0.78 110 0.96 0.11
Hex A 37 1 52 0 62 4E 6E 60 B
Octal 12 67 1 122 0 142 116 156 140 13
Binary 1010 110111 1 1010010 0 1100010 1001110 1101110 1100000 1011

Color Harmonies of #0A3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3701

Black with #0A3701

Text Example


Text Example

White with #0A3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A3701; }

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

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

background-color css

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

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

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

border-color css

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

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

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