Html Css Color HEX #0F4A01 Myrtle

📋 copy color: '#0F4A01'

red 15 ◦ green 74 ◦ blue 1

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

Shades of Myrtle #0F4A01

Tints of Myrtle #0F4A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 82.22%

 BLUE value IS 1 (0.78% from 255) = 1.11%

R = 16.67%
G = 82.22%
B = 1.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#0F4A01 (or 0x0F4A01) is known color: Myrtle. HEX triplet: 0F, 4A and 01. RGB value is (15,74,1). Sum of RGB (Red+Green+Blue) = 15+74+1=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 74 (29.30% from 255 or 82.22% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 74 - color contains mainly: green. Hex color #0F4A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4A01 is #F0B5FE. Grayscale: #303030. Windows color (decimal): -15775231 or 84495. OLE color: 84495.

HSL color Cylindrical-coordinate representation of color #0F4A01: hue angle of 108.49º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F4A01 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 74 1 -
CMYK 0.80 0 0.99 0.71
HSL 108.49º 0.97% 0.15% -
HSV(B) 108.49º 0.99% 0.29% -
XYZ 2.65 5 0.85 -
YUV 48.04 101.45 104.44 -
System Red Green Blue C M Y K H S L
Decimal 15 74 1 0.80 0 0.99 0.71 108.49 0.97 0.15
Hex F 4A 1 50 0 63 47 6C 61 F
Octal 17 112 1 120 0 143 107 154 141 17
Binary 1111 1001010 1 1010000 0 1100011 1000111 1101100 1100001 1111

Color Harmonies of #0F4A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4A01

Black with #0F4A01

Text Example


Text Example

White with #0F4A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,74,1); }

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

background-color css

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

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

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

border-color css

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

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

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