#034C0B

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

Shades of Myrtle #034C0B

Tints of Myrtle #034C0B

Color information

#034C0B (or 0x034C0B) is unknown color: approx Myrtle. HEX triplet: 03, 4C and 0B. RGB value is (3,76,11). Sum of RGB (Red+Green+Blue) = 3+76+11=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 76 (30.08% from 255 or 84.44% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0B is #FCB3F4. Grayscale: #2E2E2E. Windows color (decimal): -16561141 or 740355. OLE color: 740355.

HSL color Cylindrical-coordinate representation of color #034C0B: hue angle of 126.58º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C0B is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB37611-
CMYK0.9600.860.70
HSL126.58º92.41%15.49%-
HSV(B)126.58º96.05%29.8%-
XYZ2.685.211.18-
YUV46.76107.8296.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.33%
GREEN value IS 76 (30.08% from 255) = 84.44%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=3.33%
G=84.44%
B=12.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376110.9600.860.70126.5892.4115.49
Hex34CB60056467f5cf
Octal311413140012610617713417
Binary11100110010111100000010101101000110111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,76,11); }

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

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

 a { background-color: rgb(3,76,11); }

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

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

 span { border-color: rgb(3,76,11); }

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