#034B0D

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

Shades of Myrtle #034B0D

Tints of Myrtle #034B0D

Color information

#034B0D (or 0x034B0D) is unknown color: approx Myrtle. HEX triplet: 03, 4B and 0D. RGB value is (3,75,13). Sum of RGB (Red+Green+Blue) = 3+75+13=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 75 (29.69% from 255 or 82.42% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 75 - color contains mainly: green. Hex color #034B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034B0D is #FCB4F2. Grayscale: #2E2E2E. Windows color (decimal): -16561395 or 871171. OLE color: 871171.

HSL color Cylindrical-coordinate representation of color #034B0D: hue angle of 128.33º 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 #034B0D is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB37513-
CMYK0.9600.830.71
HSL128.33º92.31%15.29%-
HSV(B)128.33º96%29.41%-
XYZ2.635.081.22-
YUV46.4109.1597.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 75 (29.69% from 255) = 82.42%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=3.30%
G=82.42%
B=14.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375130.9600.830.71128.3392.3115.29
Hex34BD6005347805cf
Octal311315140012310720013417
Binary111001011110111000000101001110001111000000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034B0D; }

 p { color: rgb(3,75,13); }

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

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

 a { background-color: rgb(3,75,13); }

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

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

 span { border-color: rgb(3,75,13); }

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