#034103

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

Shades of Myrtle #034103

Tints of Myrtle #034103

Color information

#034103 (or 0x034103) is unknown color: approx Myrtle. HEX triplet: 03, 41 and 03. RGB value is (3,65,3). Sum of RGB (Red+Green+Blue) = 3+65+3=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 65 (25.78% from 255 or 91.55% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 65 - color contains mainly: green. Hex color #034103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034103 is #FCBEFC. Grayscale: #272727. Windows color (decimal): -16563965 or 213251. OLE color: 213251.

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

Color convert

RGB3653-
CMYK0.9500.950.75
HSL120º91.18%13.33%-
HSV(B)120º95.38%25.49%-
XYZ1.943.810.72-
YUV39.39107.46102.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 65 (25.78% from 255) = 91.55%
BLUE value IS 3 (1.56% from 255) = 4.23%
R=4.23%
G=91.55%
B=4.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal36530.9500.950.7512091.1813.33
Hex34135F05F4B785bd
Octal31013137013711317013315
Binary111000001111011111010111111001011111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034103; }

 p { color: rgb(3,65,3); }

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

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

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

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

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

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

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