#035010

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

Shades of Myrtle #035010

Tints of Myrtle #035010

Color information

#035010 (or 0x035010) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 10. RGB value is (3,80,16). Sum of RGB (Red+Green+Blue) = 3+80+16=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #035010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035010 is #FCAFEF. Grayscale: #313131. Windows color (decimal): -16560112 or 1069059. OLE color: 1069059.

HSL color Cylindrical-coordinate representation of color #035010: hue angle of 130.13º 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 #035010 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB38016-
CMYK0.9600.800.69
HSL130.13º92.77%16.27%-
HSV(B)130.13º96.25%31.37%-
XYZ35.791.45-
YUV49.68108.9994.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 80 (31.64% from 255) = 80.81%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=3.03%
G=80.81%
B=16.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380160.9600.800.69130.1392.7716.27
Hex350106005045825d10
Octal312020140012010520213520
Binary11101000010000110000001010000100010110000010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035010; }

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

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

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

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

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

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

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

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