Html Css Color HEX #0F5312 Myrtle

📋 copy color: '#0F5312'

red 15 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #0F5312

Tints of Myrtle #0F5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 71.55%

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

R = 12.93%
G = 71.55%
B = 15.52%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#0F5312 (or 0x0F5312) is known color: Myrtle. HEX triplet: 0F, 53 and 12. RGB value is (15,83,18). Sum of RGB (Red+Green+Blue) = 15+83+18=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5312 is #F0ACED. Grayscale: #373737. Windows color (decimal): -15772910 or 1200911. OLE color: 1200911.

HSL color Cylindrical-coordinate representation of color #0F5312: hue angle of 122.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5312 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 18 -
CMYK 0.82 0 0.78 0.67
HSL 122.65º 0.69% 0.19% -
HSV(B) 122.65º 0.82% 0.33% -
XYZ 3.4 6.33 1.62 -
YUV 55.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 15 83 18 0.82 0 0.78 0.67 122.65 0.69 0.19
Hex F 53 12 52 0 4E 43 7B 45 13
Octal 17 123 22 122 0 116 103 173 105 23
Binary 1111 1010011 10010 1010010 0 1001110 1000011 1111011 1000101 10011

Color Harmonies of #0F5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5312

Black with #0F5312

Text Example


Text Example

White with #0F5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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