#035202

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

Shades of Myrtle #035202

Tints of Myrtle #035202

Color information

#035202 (or 0x035202) is unknown color: approx Myrtle. HEX triplet: 03, 52 and 02. RGB value is (3,82,2). Sum of RGB (Red+Green+Blue) = 3+82+2=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 82 (32.42% from 255 or 94.25% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 82 - color contains mainly: green. Hex color #035202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035202 is #FCADFD. Grayscale: #313131. Windows color (decimal): -16559614 or 152067. OLE color: 152067.

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

Color convert

RGB3822-
CMYK0.9600.980.68
HSL119.25º95.24%16.47%-
HSV(B)119.25º97.56%32.16%-
XYZ3.076.061.07-
YUV49.26101.3395-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 82 (32.42% from 255) = 94.25%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=3.45%
G=94.25%
B=2.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal38220.9600.980.68119.2595.2416.47
Hex35226006244775f10
Octal31222140014210416713720
Binary1110100101011000000110001010001001110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035202; }

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

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

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

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

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

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

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

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