#034700

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

Shades of Myrtle #034700

Tints of Myrtle #034700

Color information

#034700 (or 0x034700) is unknown color: approx Myrtle. HEX triplet: 03, 47 and 00. RGB value is (3,71,0). Sum of RGB (Red+Green+Blue) = 3+71+0=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 71 (28.12% from 255 or 95.95% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 71 - color contains mainly: green. Hex color #034700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034700 is #FCB8FF. Grayscale: #2A2A2A. Windows color (decimal): -16562432 or 18179. OLE color: 18179.

HSL color Cylindrical-coordinate representation of color #034700: hue angle of 117.46º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034700 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB3710-
CMYK0.96010.72
HSL117.46º100%13.92%-
HSV(B)117.46º100%27.84%-
XYZ2.294.530.75-
YUV42.57103.9799.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 71 (28.12% from 255) = 95.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.05%
G=95.95%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal37100.96010.72117.4610013.92
Hex347060064487564e
Octal31070140014411016514416
Binary11100011101100000011001001001000111010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034700; }

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

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

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

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

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

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

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

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