#004103

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

Shades of Myrtle #004103

Tints of Myrtle #004103

Color information

#004103 (or 0x004103) is unknown color: approx Myrtle. HEX triplet: 00, 41 and 03. RGB value is (0,65,3). Sum of RGB (Red+Green+Blue) = 0+65+3=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 65 (25.78% from 255 or 95.59% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 65 - color contains mainly: green. Hex color #004103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004103 is #FFBEFC. Grayscale: #262626. Windows color (decimal): -16760573 or 213248. OLE color: 213248.

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

Color convert

RGB0653-
CMYK100.950.75
HSL122.77º100%12.75%-
HSV(B)122.77º100%25.49%-
XYZ1.913.790.72-
YUV38.5107.97100.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 95.59%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=0%
G=95.59%
B=4.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0653100.950.75122.7710012.75
Hex04136405F4B7b64d
Octal01013144013711317314415
Binary01000001111100100010111111001011111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004103; }

 p { color: rgb(0,65,3); }

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

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

 a { background-color: rgb(0,65,3); }

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

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

 span { border-color: rgb(0,65,3); }

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