#256000

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

Shades of Myrtle #256000

Tints of Myrtle #256000

Color information

#256000 (or 0x256000) is unknown color: approx Myrtle. HEX triplet: 25, 60 and 00. RGB value is (37,96,0). Sum of RGB (Red+Green+Blue) = 37+96+0=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #256000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256000 is #DA9FFF. Grayscale: #434343. Windows color (decimal): -14327808 or 24613. OLE color: 24613.

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

Color convert

RGB37960-
CMYK0.61010.62
HSL96.88º100%18.82%-
HSV(B)96.88º100%37.65%-
XYZ4.958.761.43-
YUV67.4189.95106.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.82%
G=72.18%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal379600.61010.6296.8810018.82
Hex256003D0643E616413
Octal4514007501447614114423
Binary10010111000000111101011001001111101100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256000; }

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

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

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

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

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

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

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

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