#034300

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

Shades of Myrtle #034300

Tints of Myrtle #034300

Color information

#034300 (or 0x034300) is unknown color: approx Myrtle. HEX triplet: 03, 43 and 00. RGB value is (3,67,0). Sum of RGB (Red+Green+Blue) = 3+67+0=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 67 (26.56% from 255 or 95.71% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 67 - color contains mainly: green. Hex color #034300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034300 is #FCBCFF. Grayscale: #282828. Windows color (decimal): -16563456 or 17155. OLE color: 17155.

HSL color Cylindrical-coordinate representation of color #034300: hue angle of 117.31º 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 #034300 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB3670-
CMYK0.96010.74
HSL117.31º100%13.14%-
HSV(B)117.31º100%26.27%-
XYZ2.044.030.67-
YUV40.23105.3101.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 67 (26.56% from 255) = 95.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.29%
G=95.71%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal36700.96010.74117.3110013.14
Hex3430600644A7564d
Octal31030140014411216514415
Binary11100001101100000011001001001010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034300; }

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

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

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

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

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

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

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

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