#0A430B

Color #0A430B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0A430B

Tints of Myrtle #0A430B

Color information

#0A430B (or 0x0A430B) is unknown color: approx Myrtle. HEX triplet: 0A, 43 and 0B. RGB value is (10,67,11). Sum of RGB (Red+Green+Blue) = 10+67+11=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #0A430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A430B is #F5BCF4. Grayscale: #2B2B2B. Windows color (decimal): -16104693 or 738058. OLE color: 738058.

HSL color Cylindrical-coordinate representation of color #0A430B: hue angle of 121.05º 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 #0A430B is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB106711-
CMYK0.8500.840.74
HSL121.05º74.03%15.1%-
HSV(B)121.05º85.07%26.27%-
XYZ2.194.10.99-
YUV43.57109.62104.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.36%
GREEN value IS 67 (26.56% from 255) = 76.14%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=11.36%
G=76.14%
B=12.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067110.8500.840.74121.0574.0315.1
HexA43B550544A794af
Octal1210313125012411217111217
Binary1010100001110111010101010101001001010111100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A430B;
 }
 .AnyTagClassName
 {
   color: #0A430B;
 }
</style>
background-color css

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

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

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

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

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

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