Html Css Color HEX #0A350C Myrtle

📋 copy color: '#0A350C'

red 10 ◦ green 53 ◦ blue 12

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

Shades of Myrtle #0A350C

Tints of Myrtle #0A350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 70.67%

 BLUE value IS 12 (5.08% from 255) = 16%

R = 13.33%
G = 70.67%
B = 16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#0A350C (or 0x0A350C) is known color: Myrtle. HEX triplet: 0A, 35 and 0C. RGB value is (10,53,12). Sum of RGB (Red+Green+Blue) = 10+53+12=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #0A350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A350C is #F5CAF3. Grayscale: #232323. Windows color (decimal): -16108276 or 800010. OLE color: 800010.

HSL color Cylindrical-coordinate representation of color #0A350C: hue angle of 122.79º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A350C is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 53 12 -
CMYK 0.81 0 0.77 0.79
HSL 122.79º 0.68% 0.12% -
HSV(B) 122.79º 0.81% 0.21% -
XYZ 1.46 2.64 0.78 -
YUV 35.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 10 53 12 0.81 0 0.77 0.79 122.79 0.68 0.12
Hex A 35 C 51 0 4D 4F 7B 44 C
Octal 12 65 14 121 0 115 117 173 104 14
Binary 1010 110101 1100 1010001 0 1001101 1001111 1111011 1000100 1100

Color Harmonies of #0A350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A350C

Black with #0A350C

Text Example


Text Example

White with #0A350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,53,12); }

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

background-color css

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

 a { background-color: rgb(10,53,12); }

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

border-color css

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

 span { border-color: rgb(10,53,12); }

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