#034502

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

Shades of Myrtle #034502

Tints of Myrtle #034502

Color information

#034502 (or 0x034502) is unknown color: approx Myrtle. HEX triplet: 03, 45 and 02. RGB value is (3,69,2). Sum of RGB (Red+Green+Blue) = 3+69+2=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 69 (27.34% from 255 or 93.24% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 69 - color contains mainly: green. Hex color #034502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034502 is #FCBAFD. Grayscale: #292929. Windows color (decimal): -16562942 or 148739. OLE color: 148739.

HSL color Cylindrical-coordinate representation of color #034502: hue angle of 119.1º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034502 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB3692-
CMYK0.9600.970.73
HSL119.1º94.37%13.92%-
HSV(B)119.1º97.1%27.06%-
XYZ2.184.280.77-
YUV41.63105.63100.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.05%
GREEN value IS 69 (27.34% from 255) = 93.24%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=4.05%
G=93.24%
B=2.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal36920.9600.970.73119.194.3713.92
Hex34526006149775ee
Octal31052140014111116713616
Binary111000101101100000011000011001001111011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034502; }

 p { color: rgb(3,69,2); }

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

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

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

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

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

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

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