Html Css Color HEX #0A3F0D Myrtle

📋 copy color: '#0A3F0D'

red 10 ◦ green 63 ◦ blue 13

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

Shades of Myrtle #0A3F0D

Tints of Myrtle #0A3F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 73.26%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 11.63%
G = 73.26%
B = 15.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#0A3F0D (or 0x0A3F0D) is known color: Myrtle. HEX triplet: 0A, 3F and 0D. RGB value is (10,63,13). Sum of RGB (Red+Green+Blue) = 10+63+13=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3F0D is #F5C0F2. Grayscale: #292929. Windows color (decimal): -16105715 or 868106. OLE color: 868106.

HSL color Cylindrical-coordinate representation of color #0A3F0D: hue angle of 123.4º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3F0D is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 63 13 -
CMYK 0.84 0 0.79 0.75
HSL 123.4º 0.73% 0.14% -
HSV(B) 123.4º 0.84% 0.25% -
XYZ 1.98 3.65 0.98 -
YUV 41.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 10 63 13 0.84 0 0.79 0.75 123.4 0.73 0.14
Hex A 3F D 54 0 4F 4B 7B 49 E
Octal 12 77 15 124 0 117 113 173 111 16
Binary 1010 111111 1101 1010100 0 1001111 1001011 1111011 1001001 1110

Color Harmonies of #0A3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3F0D

Black with #0A3F0D

Text Example


Text Example

White with #0A3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,13); }

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

background-color css

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

 a { background-color: rgb(10,63,13); }

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

border-color css

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

 span { border-color: rgb(10,63,13); }

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