#265401

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

Shades of Myrtle #265401

Tints of Myrtle #265401

Color information

#265401 (or 0x265401) is unknown color: approx Myrtle. HEX triplet: 26, 54 and 01. RGB value is (38,84,1). Sum of RGB (Red+Green+Blue) = 38+84+1=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #265401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265401 is #D9ABFE. Grayscale: #3D3D3D. Windows color (decimal): -14265343 or 87078. OLE color: 87078.

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

Color convert

RGB38841-
CMYK0.5500.990.67
HSL93.25º97.65%16.67%-
HSV(B)93.25º98.81%32.94%-
XYZ3.986.751.12-
YUV60.7894.26111.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 84 (33.20% from 255) = 68.29%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=30.89%
G=68.29%
B=0.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal388410.5500.990.6793.2597.6516.67
Hex2654137063435d6211
Octal46124167014310313514221
Binary100110101010011101110110001110000111011101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265401; }

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

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

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

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

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

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

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

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