#265500

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

Shades of Myrtle #265500

Tints of Myrtle #265500

Color information

#265500 (or 0x265500) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 00. RGB value is (38,85,0). Sum of RGB (Red+Green+Blue) = 38+85+0=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #265500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265500 is #D9AAFF. Grayscale: #3D3D3D. Windows color (decimal): -14265088 or 21798. OLE color: 21798.

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

Color convert

RGB38850-
CMYK0.55010.67
HSL93.18º100%16.67%-
HSV(B)93.18º100%33.33%-
XYZ4.056.911.12-
YUV61.2693.43111.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.89%
G=69.11%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal388500.55010.6793.1810016.67
Hex2655037064435d6411
Octal46125067014410313514421
Binary100110101010101101110110010010000111011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265500; }

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

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

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

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

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

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

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

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