#074003

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

Shades of Myrtle #074003

Tints of Myrtle #074003

Color information

#074003 (or 0x074003) is unknown color: approx Myrtle. HEX triplet: 07, 40 and 03. RGB value is (7,64,3). Sum of RGB (Red+Green+Blue) = 7+64+3=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #074003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074003 is #F8BFFC. Grayscale: #282828. Windows color (decimal): -16302077 or 212999. OLE color: 212999.

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

Color convert

RGB7643-
CMYK0.8900.950.75
HSL116.07º91.04%13.14%-
HSV(B)116.07º95.31%25.1%-
XYZ1.943.720.7-
YUV40107.12104.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 64 (25.39% from 255) = 86.49%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=9.46%
G=86.49%
B=4.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76430.8900.950.75116.0791.0413.14
Hex74035905F4B745bd
Octal71003131013711316413315
Binary1111000000111011001010111111001011111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074003; }

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

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

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

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

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

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

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

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