#035005

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

Shades of Myrtle #035005

Tints of Myrtle #035005

Color information

#035005 (or 0x035005) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 05. RGB value is (3,80,5). Sum of RGB (Red+Green+Blue) = 3+80+5=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 80 (31.64% from 255 or 90.91% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 80 - color contains mainly: green. Hex color #035005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035005 is #FCAFFA. Grayscale: #303030. Windows color (decimal): -16560123 or 348163. OLE color: 348163.

HSL color Cylindrical-coordinate representation of color #035005: hue angle of 121.56º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035005 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB3805-
CMYK0.9600.940.69
HSL121.56º92.77%16.27%-
HSV(B)121.56º96.25%31.37%-
XYZ2.935.771.1-
YUV48.43103.4995.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.41%
GREEN value IS 80 (31.64% from 255) = 90.91%
BLUE value IS 5 (2.34% from 255) = 5.68%
R=3.41%
G=90.91%
B=5.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal38050.9600.940.69121.5692.7716.27
Hex35056005E457a5d10
Octal31205140013610517213520
Binary11101000010111000000101111010001011111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035005; }

 p { color: rgb(3,80,5); }

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

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

 a { background-color: rgb(3,80,5); }

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

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

 span { border-color: rgb(3,80,5); }

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