#256012

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

Shades of Myrtle #256012

Tints of Myrtle #256012

Color information

#256012 (or 0x256012) is unknown color: approx Myrtle. HEX triplet: 25, 60 and 12. RGB value is (37,96,18). Sum of RGB (Red+Green+Blue) = 37+96+18=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #256012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256012 is #DA9FED. Grayscale: #454545. Windows color (decimal): -14327790 or 1204261. OLE color: 1204261.

HSL color Cylindrical-coordinate representation of color #256012: hue angle of 105.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #256012 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB379618-
CMYK0.6100.810.62
HSL105.38º68.42%22.35%-
HSV(B)105.38º81.25%37.65%-
XYZ5.068.82-
YUV69.4798.95104.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=24.50%
G=63.58%
B=11.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796180.6100.810.62105.3868.4222.35
Hex2560123D0513E694416
Octal45140227501217615110426
Binary100101110000010010111101010100011111101101001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256012; }

 p { color: rgb(37,96,18); }

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

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

 a { background-color: rgb(37,96,18); }

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

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

 span { border-color: rgb(37,96,18); }

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