#0D430F

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

Shades of Myrtle #0D430F

Tints of Myrtle #0D430F

Color information

#0D430F (or 0x0D430F) is unknown color: approx Myrtle. HEX triplet: 0D, 43 and 0F. RGB value is (13,67,15). Sum of RGB (Red+Green+Blue) = 13+67+15=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #0D430F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D430F is #F2BCF0. Grayscale: #2D2D2D. Windows color (decimal): -15908081 or 1000205. OLE color: 1000205.

HSL color Cylindrical-coordinate representation of color #0D430F: hue angle of 122.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D430F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB136715-
CMYK0.8100.780.74
HSL122.22º67.5%15.69%-
HSV(B)122.22º80.6%26.27%-
XYZ2.264.131.13-
YUV44.93111.11105.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.68%
GREEN value IS 67 (26.56% from 255) = 70.53%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=13.68%
G=70.53%
B=15.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367150.8100.780.74122.2267.515.69
HexD43F5104E4A7a4410
Octal1510317121011611217210420
Binary11011000011111110100010100111010010101111010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,15); }

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

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

 a { background-color: rgb(13,67,15); }

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

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

 span { border-color: rgb(13,67,15); }

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