#043008

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

Shades of Myrtle #043008

Tints of Myrtle #043008

Color information

#043008 (or 0x043008) is unknown color: approx Myrtle. HEX triplet: 04, 30 and 08. RGB value is (4,48,8). Sum of RGB (Red+Green+Blue) = 4+48+8=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #043008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043008 is #FBCFF7. Grayscale: #1E1E1E. Windows color (decimal): -16502776 or 536580. OLE color: 536580.

HSL color Cylindrical-coordinate representation of color #043008: hue angle of 125.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043008 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB4488-
CMYK0.9200.830.81
HSL125.45º84.62%10.2%-
HSV(B)125.45º91.67%18.82%-
XYZ1.152.160.59-
YUV30.28115.42109.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=6.67%
G=80%
B=13.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal44880.9200.830.81125.4584.6210.2
Hex43085C053517d55a
Octal46010134012312117512512
Binary10011000010001011100010100111010001111110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043008; }

 p { color: rgb(4,48,8); }

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

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

 a { background-color: rgb(4,48,8); }

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

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

 span { border-color: rgb(4,48,8); }

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