#035201

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

Shades of Myrtle #035201

Tints of Myrtle #035201

Color information

#035201 (or 0x035201) is unknown color: approx Myrtle. HEX triplet: 03, 52 and 01. RGB value is (3,82,1). Sum of RGB (Red+Green+Blue) = 3+82+1=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 82 (32.42% from 255 or 95.35% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 82 - color contains mainly: green. Hex color #035201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035201 is #FCADFE. Grayscale: #313131. Windows color (decimal): -16559615 or 86531. OLE color: 86531.

HSL color Cylindrical-coordinate representation of color #035201: hue angle of 118.52º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035201 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB3821-
CMYK0.9600.990.68
HSL118.52º97.59%16.27%-
HSV(B)118.52º98.78%32.16%-
XYZ3.066.061.04-
YUV49.14100.8395.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 82 (32.42% from 255) = 95.35%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=3.49%
G=95.35%
B=1.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal38210.9600.990.68118.5297.5916.27
Hex35216006344776210
Octal31221140014310416714220
Binary111010010111000000110001110001001110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035201; }

 p { color: rgb(3,82,1); }

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

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

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

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

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

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

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