Html Css Color HEX #0F3705 Myrtle

📋 copy color: '#0F3705'

red 15 ◦ green 55 ◦ blue 5

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

Shades of Myrtle #0F3705

Tints of Myrtle #0F3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 73.33%

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 20%
G = 73.33%
B = 6.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#0F3705 (or 0x0F3705) is known color: Myrtle. HEX triplet: 0F, 37 and 05. RGB value is (15,55,5). Sum of RGB (Red+Green+Blue) = 15+55+5=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3705 is #F0C8FA. Grayscale: #252525. Windows color (decimal): -15780091 or 341775. OLE color: 341775.

HSL color Cylindrical-coordinate representation of color #0F3705: hue angle of 108º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F3705 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 5 -
CMYK 0.73 0 0.91 0.78
HSL 108º 0.83% 0.12% -
HSV(B) 108º 0.91% 0.22% -
XYZ 1.59 2.84 0.61 -
YUV 37.34 109.75 112.07 -
System Red Green Blue C M Y K H S L
Decimal 15 55 5 0.73 0 0.91 0.78 108 0.83 0.12
Hex F 37 5 49 0 5B 4E 6C 53 C
Octal 17 67 5 111 0 133 116 154 123 14
Binary 1111 110111 101 1001001 0 1011011 1001110 1101100 1010011 1100

Color Harmonies of #0F3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3705

Black with #0F3705

Text Example


Text Example

White with #0F3705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,5); }

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

background-color css

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

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

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

border-color css

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

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

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