Html Css Color HEX #0F4312 Myrtle

📋 copy color: '#0F4312'

red 15 ◦ green 67 ◦ blue 18

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

Shades of Myrtle #0F4312

Tints of Myrtle #0F4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 67%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 15%
G = 67%
B = 18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#0F4312 (or 0x0F4312) is known color: Myrtle. HEX triplet: 0F, 43 and 12. RGB value is (15,67,18). Sum of RGB (Red+Green+Blue) = 15+67+18=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4312 is #F0BCED. Grayscale: #2E2E2E. Windows color (decimal): -15777006 or 1196815. OLE color: 1196815.

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

Color convert

RGB 15 67 18 -
CMYK 0.78 0 0.73 0.74
HSL 123.46º 0.63% 0.16% -
HSV(B) 123.46º 0.78% 0.26% -
XYZ 2.31 4.16 1.25 -
YUV 45.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 15 67 18 0.78 0 0.73 0.74 123.46 0.63 0.16
Hex F 43 12 4E 0 49 4A 7B 3F 10
Octal 17 103 22 116 0 111 112 173 77 20
Binary 1111 1000011 10010 1001110 0 1001001 1001010 1111011 111111 10000

Color Harmonies of #0F4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4312

Black with #0F4312

Text Example


Text Example

White with #0F4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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