#0A350B

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

Shades of Myrtle #0A350B

Tints of Myrtle #0A350B

Color information

#0A350B (or 0x0A350B) is unknown color: approx Myrtle. HEX triplet: 0A, 35 and 0B. RGB value is (10,53,11). Sum of RGB (Red+Green+Blue) = 10+53+11=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 53 (21.09% from 255 or 71.62% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 53 - color contains mainly: green. Hex color #0A350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A350B is #F5CAF4. Grayscale: #232323. Windows color (decimal): -16108277 or 734474. OLE color: 734474.

HSL color Cylindrical-coordinate representation of color #0A350B: hue angle of 121.4º 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 #0A350B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB105311-
CMYK0.8100.790.79
HSL121.4º68.25%12.35%-
HSV(B)121.4º81.13%20.78%-
XYZ1.462.630.75-
YUV35.35114.25109.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.51%
GREEN value IS 53 (21.09% from 255) = 71.62%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=13.51%
G=71.62%
B=14.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1053110.8100.790.79121.468.2512.35
HexA35B5104F4F7944c
Octal126513121011711717110414
Binary101011010110111010001010011111001111111100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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