#032502

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

Shades of Myrtle #032502

Tints of Myrtle #032502

Color information

#032502 (or 0x032502) is unknown color: approx Myrtle. HEX triplet: 03, 25 and 02. RGB value is (3,37,2). Sum of RGB (Red+Green+Blue) = 3+37+2=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #032502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032502 is #FCDAFD. Grayscale: #161616. Windows color (decimal): -16571134 or 140547. OLE color: 140547.

HSL color Cylindrical-coordinate representation of color #032502: hue angle of 118.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032502 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB3372-
CMYK0.9200.950.85
HSL118.29º89.74%7.65%-
HSV(B)118.29º94.59%14.51%-
XYZ0.711.350.28-
YUV22.84116.24113.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.14%
GREEN value IS 37 (14.84% from 255) = 88.10%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=7.14%
G=88.10%
B=4.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal33720.9200.950.85118.2989.747.65
Hex32525C05F55765a8
Octal3452134013712516613210
Binary11100101101011100010111111010101111011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032502; }

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

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

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

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

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

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

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

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