#034200

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

Shades of Myrtle #034200

Tints of Myrtle #034200

Color information

#034200 (or 0x034200) is unknown color: approx Myrtle. HEX triplet: 03, 42 and 00. RGB value is (3,66,0). Sum of RGB (Red+Green+Blue) = 3+66+0=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 66 (26.17% from 255 or 95.65% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 66 - color contains mainly: green. Hex color #034200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034200 is #FCBDFF. Grayscale: #272727. Windows color (decimal): -16563712 or 16899. OLE color: 16899.

HSL color Cylindrical-coordinate representation of color #034200: hue angle of 117.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #034200 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB3660-
CMYK0.95010.74
HSL117.27º100%12.94%-
HSV(B)117.27º100%25.88%-
XYZ1.993.920.65-
YUV39.64105.63101.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 66 (26.17% from 255) = 95.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.35%
G=95.65%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal36600.95010.74117.2710012.94
Hex34205F0644A7564d
Octal31020137014411216514415
Binary11100001001011111011001001001010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034200; }

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

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

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

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

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

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

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

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