#285014

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

Shades of Myrtle #285014

Tints of Myrtle #285014

Color information

#285014 (or 0x285014) is unknown color: approx Myrtle. HEX triplet: 28, 50 and 14. RGB value is (40,80,20). Sum of RGB (Red+Green+Blue) = 40+80+20=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #285014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285014 is #D7AFEB. Grayscale: #3D3D3D. Windows color (decimal): -14135276 or 1331240. OLE color: 1331240.

HSL color Cylindrical-coordinate representation of color #285014: hue angle of 100º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285014 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB408020-
CMYK0.500.750.69
HSL100º60%19.61%-
HSV(B)100º75%31.37%-
XYZ3.876.241.66-
YUV61.2104.75112.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.57%
GREEN value IS 80 (31.64% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=28.57%
G=57.14%
B=14.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080200.500.750.691006019.61
Hex2850143204B45643c14
Octal50120246201131051447424
Binary101000101000010100110010010010111000101110010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285014; }

 p { color: rgb(40,80,20); }

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

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

 a { background-color: rgb(40,80,20); }

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

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

 span { border-color: rgb(40,80,20); }

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