#034908

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

Shades of Myrtle #034908

Tints of Myrtle #034908

Color information

#034908 (or 0x034908) is unknown color: approx Myrtle. HEX triplet: 03, 49 and 08. RGB value is (3,73,8). Sum of RGB (Red+Green+Blue) = 3+73+8=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 73 (28.91% from 255 or 86.90% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 73 - color contains mainly: green. Hex color #034908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034908 is #FCB6F7. Grayscale: #2C2C2C. Windows color (decimal): -16561912 or 542979. OLE color: 542979.

HSL color Cylindrical-coordinate representation of color #034908: hue angle of 124.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034908 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB3738-
CMYK0.9600.890.71
HSL124.29º92.11%14.9%-
HSV(B)124.29º95.89%28.63%-
XYZ2.464.81.03-
YUV44.66107.3198.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 73 (28.91% from 255) = 86.90%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=3.57%
G=86.90%
B=9.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal37380.9600.890.71124.2992.1114.9
Hex349860059477c5cf
Octal311110140013110717413417
Binary11100100110001100000010110011000111111110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034908; }

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

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

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

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

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

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

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

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