Html Css Color HEX #0F440D Myrtle

📋 copy color: '#0F440D'

red 15 ◦ green 68 ◦ blue 13

#0F440D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0F440D

Tints of Myrtle #0F440D

RGB

 RED value IS 15 (6.25% from 255) = 15.63%

 GREEN value IS 68 (26.95% from 255) = 70.83%

 BLUE value IS 13 (5.47% from 255) = 13.54%

R = 15.63%
G = 70.83%
B = 13.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#0F440D (or 0x0F440D) is known color: Myrtle. HEX triplet: 0F, 44 and 0D. RGB value is (15,68,13). Sum of RGB (Red+Green+Blue) = 15+68+13=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #0F440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F440D is #F0BBF2. Grayscale: #2E2E2E. Windows color (decimal): -15776755 or 869391. OLE color: 869391.

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

Color convert

RGB 15 68 13 -
CMYK 0.78 0 0.81 0.73
HSL 117.82º 0.68% 0.16% -
HSV(B) 117.82º 0.81% 0.27% -
XYZ 2.34 4.26 1.08 -
YUV 45.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 15 68 13 0.78 0 0.81 0.73 117.82 0.68 0.16
Hex F 44 D 4E 0 51 49 76 44 10
Octal 17 104 15 116 0 121 111 166 104 20
Binary 1111 1000100 1101 1001110 0 1010001 1001001 1110110 1000100 10000

Color Harmonies of #0F440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F440D

Black with #0F440D

Text Example


Text Example

White with #0F440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F440D;
 }
 .AnyTagClassName
 {
   color: #0F440D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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