#035009

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

Shades of Myrtle #035009

Tints of Myrtle #035009

Color information

#035009 (or 0x035009) is unknown color: approx Myrtle. HEX triplet: 03, 50 and 09. RGB value is (3,80,9). Sum of RGB (Red+Green+Blue) = 3+80+9=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 80 (31.64% from 255 or 86.96% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 80 - color contains mainly: green. Hex color #035009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035009 is #FCAFF6. Grayscale: #313131. Windows color (decimal): -16560119 or 610307. OLE color: 610307.

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

Color convert

RGB3809-
CMYK0.9600.890.69
HSL124.68º92.77%16.27%-
HSV(B)124.68º96.25%31.37%-
XYZ2.965.781.22-
YUV48.88105.4995.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 80 (31.64% from 255) = 86.96%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=3.26%
G=86.96%
B=9.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal38090.9600.890.69124.6892.7716.27
Hex350960059457d5d10
Octal312011140013110517513520
Binary111010000100111000000101100110001011111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035009; }

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

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

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

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

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

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

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

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