#034008

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

Shades of Myrtle #034008

Tints of Myrtle #034008

Color information

#034008 (or 0x034008) is unknown color: approx Myrtle. HEX triplet: 03, 40 and 08. RGB value is (3,64,8). Sum of RGB (Red+Green+Blue) = 3+64+8=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 64 (25.39% from 255 or 85.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 64 - color contains mainly: green. Hex color #034008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034008 is #FCBFF7. Grayscale: #272727. Windows color (decimal): -16564216 or 540675. OLE color: 540675.

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

Color convert

RGB3648-
CMYK0.9500.870.75
HSL124.92º91.04%13.14%-
HSV(B)124.92º95.31%25.1%-
XYZ1.913.70.84-
YUV39.38110.29102.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 64 (25.39% from 255) = 85.33%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=4%
G=85.33%
B=10.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal36480.9500.870.75124.9291.0413.14
Hex34085F0574B7d5bd
Octal310010137012711317513315
Binary11100000010001011111010101111001011111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034008; }

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

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

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

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

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

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

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

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