Html Css Color HEX #0A430C Myrtle

📋 copy color: '#0A430C'

red 10 ◦ green 67 ◦ blue 12

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

Shades of Myrtle #0A430C

Tints of Myrtle #0A430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 75.28%

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

R = 11.24%
G = 75.28%
B = 13.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#0A430C (or 0x0A430C) is known color: Myrtle. HEX triplet: 0A, 43 and 0C. RGB value is (10,67,12). Sum of RGB (Red+Green+Blue) = 10+67+12=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 67 (26.56% from 255 or 75.28% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 67 - color contains mainly: green. Hex color #0A430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A430C is #F5BCF3. Grayscale: #2B2B2B. Windows color (decimal): -16104692 or 803594. OLE color: 803594.

HSL color Cylindrical-coordinate representation of color #0A430C: hue angle of 122.11º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A430C is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 67 12 -
CMYK 0.85 0 0.82 0.74
HSL 122.11º 0.74% 0.15% -
HSV(B) 122.11º 0.85% 0.26% -
XYZ 2.2 4.11 1.02 -
YUV 43.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 10 67 12 0.85 0 0.82 0.74 122.11 0.74 0.15
Hex A 43 C 55 0 52 4A 7A 4A F
Octal 12 103 14 125 0 122 112 172 112 17
Binary 1010 1000011 1100 1010101 0 1010010 1001010 1111010 1001010 1111

Color Harmonies of #0A430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A430C

Black with #0A430C

Text Example


Text Example

White with #0A430C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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