Html Css Color HEX #0F4003 Myrtle

📋 copy color: '#0F4003'

red 15 ◦ green 64 ◦ blue 3

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

Shades of Myrtle #0F4003

Tints of Myrtle #0F4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 78.05%

 BLUE value IS 3 (1.56% from 255) = 3.66%

R = 18.29%
G = 78.05%
B = 3.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#0F4003 (or 0x0F4003) is known color: Myrtle. HEX triplet: 0F, 40 and 03. RGB value is (15,64,3). Sum of RGB (Red+Green+Blue) = 15+64+3=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4003 is #F0BFFC. Grayscale: #2A2A2A. Windows color (decimal): -15777789 or 213007. OLE color: 213007.

HSL color Cylindrical-coordinate representation of color #0F4003: hue angle of 108.2º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F4003 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 64 3 -
CMYK 0.77 0 0.95 0.75
HSL 108.2º 0.91% 0.13% -
HSV(B) 108.2º 0.95% 0.25% -
XYZ 2.05 3.77 0.71 -
YUV 42.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 15 64 3 0.77 0 0.95 0.75 108.2 0.91 0.13
Hex F 40 3 4D 0 5F 4B 6C 5B D
Octal 17 100 3 115 0 137 113 154 133 15
Binary 1111 1000000 11 1001101 0 1011111 1001011 1101100 1011011 1101

Color Harmonies of #0F4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4003

Black with #0F4003

Text Example


Text Example

White with #0F4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,3); }

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

background-color css

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

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

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

border-color css

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

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

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