#265501

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

Shades of Myrtle #265501

Tints of Myrtle #265501

Color information

#265501 (or 0x265501) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 01. RGB value is (38,85,1). Sum of RGB (Red+Green+Blue) = 38+85+1=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #265501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265501 is #D9AAFE. Grayscale: #3D3D3D. Windows color (decimal): -14265087 or 87334. OLE color: 87334.

HSL color Cylindrical-coordinate representation of color #265501: hue angle of 93.57º 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 #265501 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB38851-
CMYK0.5500.990.67
HSL93.57º97.67%16.86%-
HSV(B)93.57º98.82%33.33%-
XYZ4.056.911.15-
YUV61.3793.93111.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=30.65%
G=68.55%
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
Decimal388510.5500.990.6793.5797.6716.86
Hex2655137063435e6211
Octal46125167014310313614221
Binary100110101010111101110110001110000111011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265501; }

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

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

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

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

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

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

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

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