#0A530F

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

Shades of Myrtle #0A530F

Tints of Myrtle #0A530F

Color information

#0A530F (or 0x0A530F) is unknown color: approx Myrtle. HEX triplet: 0A, 53 and 0F. RGB value is (10,83,15). Sum of RGB (Red+Green+Blue) = 10+83+15=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #0A530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A530F is #F5ACF0. Grayscale: #353535. Windows color (decimal): -16100593 or 1004298. OLE color: 1004298.

HSL color Cylindrical-coordinate representation of color #0A530F: hue angle of 124.11º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A530F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB108315-
CMYK0.8800.820.67
HSL124.11º78.49%18.24%-
HSV(B)124.11º87.95%32.55%-
XYZ3.36.291.49-
YUV53.42106.3297.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=9.26%
G=76.85%
B=13.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083150.8800.820.67124.1178.4918.24
HexA53F58052437c4e12
Octal1212317130012210317411622
Binary10101010011111110110000101001010000111111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,15); }

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

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

 a { background-color: rgb(10,83,15); }

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

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

 span { border-color: rgb(10,83,15); }

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