#03400B

Color #03400B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #03400B

Tints of Myrtle #03400B

Color information

#03400B (or 0x03400B) is unknown color: approx Myrtle. HEX triplet: 03, 40 and 0B. RGB value is (3,64,11). Sum of RGB (Red+Green+Blue) = 3+64+11=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #03400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03400B is #FCBFF4. Grayscale: #272727. Windows color (decimal): -16564213 or 737283. OLE color: 737283.

HSL color Cylindrical-coordinate representation of color #03400B: hue angle of 127.87º 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 #03400B is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB36411-
CMYK0.9500.830.75
HSL127.87º91.04%13.14%-
HSV(B)127.87º95.31%25.1%-
XYZ1.933.710.93-
YUV39.72111.79101.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 64 (25.39% from 255) = 82.05%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=3.85%
G=82.05%
B=14.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364110.9500.830.75127.8791.0413.14
Hex340B5F0534B805bd
Octal310013137012311320013315
Binary111000000101110111110101001110010111000000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03400B; }

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

 H1.HeaderClassName
 {
   color: #03400B;
 }
 .AnyTagClassName
 {
   color: #03400B;
 }
</style>
background-color css

<style>
 a { background-color: #03400B; }

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

 div.DivClassName
 {
   background-color: #03400B;
 }
 .BgClassName
 {
   background-color: #03400B;
 }
</style>
border-color css

<style>
 span { border-color: #03400B; }

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

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