Html Css Color HEX #0F4316 Myrtle

📋 copy color: '#0F4316'

red 15 ◦ green 67 ◦ blue 22

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

Shades of Myrtle #0F4316

Tints of Myrtle #0F4316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 14.42%
G = 64.42%
B = 21.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#0F4316 (or 0x0F4316) is known color: Myrtle. HEX triplet: 0F, 43 and 16. RGB value is (15,67,22). Sum of RGB (Red+Green+Blue) = 15+67+22=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4316 is #F0BCE9. Grayscale: #2E2E2E. Windows color (decimal): -15777002 or 1458959. OLE color: 1458959.

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

Color convert

RGB 15 67 22 -
CMYK 0.78 0 0.67 0.74
HSL 128.08º 0.63% 0.16% -
HSV(B) 128.08º 0.78% 0.26% -
XYZ 2.35 4.17 1.44 -
YUV 46.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 15 67 22 0.78 0 0.67 0.74 128.08 0.63 0.16
Hex F 43 16 4E 0 43 4A 80 3F 10
Octal 17 103 26 116 0 103 112 200 77 20
Binary 1111 1000011 10110 1001110 0 1000011 1001010 10000000 111111 10000

Color Harmonies of #0F4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4316

Black with #0F4316

Text Example


Text Example

White with #0F4316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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