Html Css Color HEX #0F5019 Myrtle

📋 copy color: '#0F5019'

red 15 ◦ green 80 ◦ blue 25

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

Shades of Myrtle #0F5019

Tints of Myrtle #0F5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 12.5%
G = 66.67%
B = 20.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#0F5019 (or 0x0F5019) is known color: Myrtle. HEX triplet: 0F, 50 and 19. RGB value is (15,80,25). Sum of RGB (Red+Green+Blue) = 15+80+25=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5019 is #F0AFE6. Grayscale: #363636. Windows color (decimal): -15773671 or 1658895. OLE color: 1658895.

HSL color Cylindrical-coordinate representation of color #0F5019: hue angle of 129.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5019 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 25 -
CMYK 0.81 0 0.69 0.69
HSL 129.23º 0.68% 0.19% -
HSV(B) 129.23º 0.81% 0.31% -
XYZ 3.24 5.91 1.89 -
YUV 54.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 15 80 25 0.81 0 0.69 0.69 129.23 0.68 0.19
Hex F 50 19 51 0 45 45 81 44 13
Octal 17 120 31 121 0 105 105 201 104 23
Binary 1111 1010000 11001 1010001 0 1000101 1000101 10000001 1000100 10011

Color Harmonies of #0F5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5019

Black with #0F5019

Text Example


Text Example

White with #0F5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,25); }

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

background-color css

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

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

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

border-color css

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

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

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