#035509

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

Shades of Myrtle #035509

Tints of Myrtle #035509

Color information

#035509 (or 0x035509) is unknown color: approx Myrtle. HEX triplet: 03, 55 and 09. RGB value is (3,85,9). Sum of RGB (Red+Green+Blue) = 3+85+9=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #035509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035509 is #FCAAF6. Grayscale: #343434. Windows color (decimal): -16558839 or 611587. OLE color: 611587.

HSL color Cylindrical-coordinate representation of color #035509: hue angle of 124.39º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035509 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB3859-
CMYK0.9600.890.67
HSL124.39º93.18%17.25%-
HSV(B)124.39º96.47%33.33%-
XYZ3.346.541.34-
YUV51.82103.8393.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=3.09%
G=87.63%
B=9.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal38590.9600.890.67124.3993.1817.25
Hex355960059437c5d11
Octal312511140013110317413521
Binary111010101100111000000101100110000111111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035509; }

 p { color: rgb(3,85,9); }

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

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

 a { background-color: rgb(3,85,9); }

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

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

 span { border-color: rgb(3,85,9); }

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