#003502

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

Shades of Myrtle #003502

Tints of Myrtle #003502

Color information

#003502 (or 0x003502) is unknown color: approx Myrtle. HEX triplet: 00, 35 and 02. RGB value is (0,53,2). Sum of RGB (Red+Green+Blue) = 0+53+2=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 53 (21.09% from 255 or 96.36% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 53 - color contains mainly: green. Hex color #003502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003502 is #FFCAFD. Grayscale: #1F1F1F. Windows color (decimal): -16763646 or 144640. OLE color: 144640.

HSL color Cylindrical-coordinate representation of color #003502: hue angle of 122.26º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003502 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB0532-
CMYK100.960.79
HSL122.26º100%10.39%-
HSV(B)122.26º100%20.78%-
XYZ1.282.550.48-
YUV31.34111.44105.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 96.36%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=0%
G=96.36%
B=3.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0532100.960.79122.2610010.39
Hex0352640604F7a64a
Octal0652144014011717214412
Binary0110101101100100011000001001111111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003502; }

 p { color: rgb(0,53,2); }

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

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

 a { background-color: rgb(0,53,2); }

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

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

 span { border-color: rgb(0,53,2); }

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