Html Css Color HEX #0A4B13 Myrtle

📋 copy color: '#0A4B13'

red 10 ◦ green 75 ◦ blue 19

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

Shades of Myrtle #0A4B13

Tints of Myrtle #0A4B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 9.62%
G = 72.12%
B = 18.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#0A4B13 (or 0x0A4B13) is known color: Myrtle. HEX triplet: 0A, 4B and 13. RGB value is (10,75,19). Sum of RGB (Red+Green+Blue) = 10+75+19=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #0A4B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4B13 is #F5B4EC. Grayscale: #313131. Windows color (decimal): -16102637 or 1264394. OLE color: 1264394.

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

Color convert

RGB 10 75 19 -
CMYK 0.87 0 0.75 0.71
HSL 128.31º 0.76% 0.17% -
HSV(B) 128.31º 0.87% 0.29% -
XYZ 2.76 5.14 1.46 -
YUV 49.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 10 75 19 0.87 0 0.75 0.71 128.31 0.76 0.17
Hex A 4B 13 57 0 4B 47 80 4C 11
Octal 12 113 23 127 0 113 107 200 114 21
Binary 1010 1001011 10011 1010111 0 1001011 1000111 10000000 1001100 10001

Color Harmonies of #0A4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4B13

Black with #0A4B13

Text Example


Text Example

White with #0A4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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