#265601

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

Shades of Myrtle #265601

Tints of Myrtle #265601

Color information

#265601 (or 0x265601) is unknown color: approx Myrtle. HEX triplet: 26, 56 and 01. RGB value is (38,86,1). Sum of RGB (Red+Green+Blue) = 38+86+1=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #265601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265601 is #D9A9FE. Grayscale: #3E3E3E. Windows color (decimal): -14264831 or 87590. OLE color: 87590.

HSL color Cylindrical-coordinate representation of color #265601: hue angle of 93.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #265601 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB38861-
CMYK0.5600.990.66
HSL93.88º97.7%17.06%-
HSV(B)93.88º98.84%33.73%-
XYZ4.137.071.18-
YUV61.9693.6110.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=30.4%
G=68.8%
B=0.8%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal388610.5600.990.6693.8897.717.06
Hex2656138063425e6211
Octal46126170014310213614221
Binary100110101011011110000110001110000101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265601; }

 p { color: rgb(38,86,1); }

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

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

 a { background-color: rgb(38,86,1); }

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

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

 span { border-color: rgb(38,86,1); }

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