Html Css Color HEX #0F3A08 Myrtle

📋 copy color: '#0F3A08'

red 15 ◦ green 58 ◦ blue 8

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

Shades of Myrtle #0F3A08

Tints of Myrtle #0F3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 71.6%

 BLUE value IS 8 (3.52% from 255) = 9.88%

R = 18.52%
G = 71.6%
B = 9.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#0F3A08 (or 0x0F3A08) is known color: Myrtle. HEX triplet: 0F, 3A and 08. RGB value is (15,58,8). Sum of RGB (Red+Green+Blue) = 15+58+8=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A08 is #F0C5F7. Grayscale: #272727. Windows color (decimal): -15779320 or 539151. OLE color: 539151.

HSL color Cylindrical-coordinate representation of color #0F3A08: hue angle of 111.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3A08 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 58 8 -
CMYK 0.74 0 0.86 0.77
HSL 111.6º 0.76% 0.13% -
HSV(B) 111.6º 0.86% 0.23% -
XYZ 1.75 3.15 0.74 -
YUV 39.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 15 58 8 0.74 0 0.86 0.77 111.6 0.76 0.13
Hex F 3A 8 4A 0 56 4D 70 4C D
Octal 17 72 10 112 0 126 115 160 114 15
Binary 1111 111010 1000 1001010 0 1010110 1001101 1110000 1001100 1101

Color Harmonies of #0F3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3A08

Black with #0F3A08

Text Example


Text Example

White with #0F3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,58,8); }

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

background-color css

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

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

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

border-color css

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

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

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