Html Css Color HEX #0F370F Myrtle

📋 copy color: '#0F370F'

red 15 ◦ green 55 ◦ blue 15

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

Shades of Myrtle #0F370F

Tints of Myrtle #0F370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.65%

R = 17.65%
G = 64.71%
B = 17.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#0F370F (or 0x0F370F) is known color: Myrtle. HEX triplet: 0F, 37 and 0F. RGB value is (15,55,15). Sum of RGB (Red+Green+Blue) = 15+55+15=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #0F370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F370F is #F0C8F0. Grayscale: #262626. Windows color (decimal): -15780081 or 997135. OLE color: 997135.

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

Color convert

RGB 15 55 15 -
CMYK 0.73 0 0.73 0.78
HSL 120º 0.57% 0.14% -
HSV(B) 120º 0.73% 0.22% -
XYZ 1.65 2.87 0.92 -
YUV 38.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 15 55 15 0.73 0 0.73 0.78 120 0.57 0.14
Hex F 37 F 49 0 49 4E 78 39 E
Octal 17 67 17 111 0 111 116 170 71 16
Binary 1111 110111 1111 1001001 0 1001001 1001110 1111000 111001 1110

Color Harmonies of #0F370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F370F

Black with #0F370F

Text Example


Text Example

White with #0F370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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