#0F430D

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

Shades of Myrtle #0F430D

Tints of Myrtle #0F430D

Color information

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

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

Color convert

RGB156713-
CMYK0.7800.810.74
HSL117.78º67.5%15.69%-
HSV(B)117.78º80.6%26.27%-
XYZ2.284.141.06-
YUV45.3109.77106.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567130.7800.810.74117.7867.515.69
HexF43D4E0514A764410
Octal1710315116012111216610420
Binary11111000011110110011100101000110010101110110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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