Html Css Color HEX #0A3B0F Myrtle

📋 copy color: '#0A3B0F'

red 10 ◦ green 59 ◦ blue 15

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

Shades of Myrtle #0A3B0F

Tints of Myrtle #0A3B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 70.24%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 11.9%
G = 70.24%
B = 17.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#0A3B0F (or 0x0A3B0F) is known color: Myrtle. HEX triplet: 0A, 3B and 0F. RGB value is (10,59,15). Sum of RGB (Red+Green+Blue) = 10+59+15=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3B0F is #F5C4F0. Grayscale: #272727. Windows color (decimal): -16106737 or 998154. OLE color: 998154.

HSL color Cylindrical-coordinate representation of color #0A3B0F: hue angle of 126.12º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B0F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 59 15 -
CMYK 0.83 0 0.75 0.77
HSL 126.12º 0.71% 0.14% -
HSV(B) 126.12º 0.83% 0.23% -
XYZ 1.78 3.23 0.98 -
YUV 39.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 10 59 15 0.83 0 0.75 0.77 126.12 0.71 0.14
Hex A 3B F 53 0 4B 4D 7E 47 E
Octal 12 73 17 123 0 113 115 176 107 16
Binary 1010 111011 1111 1010011 0 1001011 1001101 1111110 1000111 1110

Color Harmonies of #0A3B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3B0F

Black with #0A3B0F

Text Example


Text Example

White with #0A3B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,59,15); }

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

background-color css

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

 a { background-color: rgb(10,59,15); }

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

border-color css

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

 span { border-color: rgb(10,59,15); }

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