Html Css Color HEX #0A4B01 Myrtle

📋 copy color: '#0A4B01'

red 10 ◦ green 75 ◦ blue 1

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

Shades of Myrtle #0A4B01

Tints of Myrtle #0A4B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 87.21%

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

R = 11.63%
G = 87.21%
B = 1.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#0A4B01 (or 0x0A4B01) is known color: Myrtle. HEX triplet: 0A, 4B and 01. RGB value is (10,75,1). Sum of RGB (Red+Green+Blue) = 10+75+1=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 75 (29.69% from 255 or 87.21% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4B01 is #F5B4FE. Grayscale: #2F2F2F. Windows color (decimal): -16102655 or 84746. OLE color: 84746.

HSL color Cylindrical-coordinate representation of color #0A4B01: hue angle of 112.7º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A4B01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 75 1 -
CMYK 0.87 0 0.99 0.71
HSL 112.7º 0.97% 0.15% -
HSV(B) 112.7º 0.99% 0.29% -
XYZ 2.65 5.1 0.87 -
YUV 47.13 101.97 101.52 -
System Red Green Blue C M Y K H S L
Decimal 10 75 1 0.87 0 0.99 0.71 112.7 0.97 0.15
Hex A 4B 1 57 0 63 47 71 61 F
Octal 12 113 1 127 0 143 107 161 141 17
Binary 1010 1001011 1 1010111 0 1100011 1000111 1110001 1100001 1111

Color Harmonies of #0A4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4B01

Black with #0A4B01

Text Example


Text Example

White with #0A4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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