Html Css Color HEX #0F5C13 Myrtle

📋 copy color: '#0F5C13'

red 15 ◦ green 92 ◦ blue 19

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

Shades of Myrtle #0F5C13

Tints of Myrtle #0F5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 73.02%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 11.9%
G = 73.02%
B = 15.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#0F5C13 (or 0x0F5C13) is known color: Myrtle. HEX triplet: 0F, 5C and 13. RGB value is (15,92,19). Sum of RGB (Red+Green+Blue) = 15+92+19=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 92 (36.33% from 255 or 73.02% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5C13 is #F0A3EC. Grayscale: #3C3C3C. Windows color (decimal): -15770605 or 1268751. OLE color: 1268751.

HSL color Cylindrical-coordinate representation of color #0F5C13: hue angle of 123.12º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5C13 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 92 19 -
CMYK 0.84 0 0.79 0.64
HSL 123.12º 0.72% 0.21% -
HSV(B) 123.12º 0.84% 0.36% -
XYZ 4.14 7.8 1.9 -
YUV 60.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 15 92 19 0.84 0 0.79 0.64 123.12 0.72 0.21
Hex F 5C 13 54 0 4F 40 7B 48 15
Octal 17 134 23 124 0 117 100 173 110 25
Binary 1111 1011100 10011 1010100 0 1001111 1000000 1111011 1001000 10101

Color Harmonies of #0F5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5C13

Black with #0F5C13

Text Example


Text Example

White with #0F5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,92,19); }

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

background-color css

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

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

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

border-color css

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

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

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