Html Css Color HEX #0F410F Myrtle

📋 copy color: '#0F410F'

red 15 ◦ green 65 ◦ blue 15

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

Shades of Myrtle #0F410F

Tints of Myrtle #0F410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 68.42%

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 15.79%
G = 68.42%
B = 15.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#0F410F (or 0x0F410F) is known color: Myrtle. HEX triplet: 0F, 41 and 0F. RGB value is (15,65,15). Sum of RGB (Red+Green+Blue) = 15+65+15=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #0F410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F410F is #F0BEF0. Grayscale: #2C2C2C. Windows color (decimal): -15777521 or 999695. OLE color: 999695.

HSL color Cylindrical-coordinate representation of color #0F410F: hue angle of 120º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F410F is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 65 15 -
CMYK 0.77 0 0.77 0.75
HSL 120º 0.63% 0.16% -
HSV(B) 120º 0.77% 0.25% -
XYZ 2.17 3.92 1.09 -
YUV 44.35 111.44 107.07 -
System Red Green Blue C M Y K H S L
Decimal 15 65 15 0.77 0 0.77 0.75 120 0.63 0.16
Hex F 41 F 4D 0 4D 4B 78 3E 10
Octal 17 101 17 115 0 115 113 170 76 20
Binary 1111 1000001 1111 1001101 0 1001101 1001011 1111000 111110 10000

Color Harmonies of #0F410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F410F

Black with #0F410F

Text Example


Text Example

White with #0F410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,15); }

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

background-color css

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

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

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

border-color css

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

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

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