#265B10

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

Shades of Myrtle #265B10

Tints of Myrtle #265B10

Color information

#265B10 (or 0x265B10) is unknown color: approx Myrtle. HEX triplet: 26, 5B and 10. RGB value is (38,91,16). Sum of RGB (Red+Green+Blue) = 38+91+16=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #265B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265B10 is #D9A4EF. Grayscale: #424242. Windows color (decimal): -14263536 or 1071910. OLE color: 1071910.

HSL color Cylindrical-coordinate representation of color #265B10: hue angle of 102.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #265B10 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB389116-
CMYK0.5800.820.64
HSL102.4º70.09%20.98%-
HSV(B)102.4º82.42%35.69%-
XYZ4.637.931.78-
YUV66.699.44107.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 91 (35.94% from 255) = 62.76%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=26.21%
G=62.76%
B=11.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3891160.5800.820.64102.470.0920.98
Hex265B103A05240664615
Octal461332072012210014610625
Binary1001101011011100001110100101001010000001100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265B10; }

 p { color: rgb(38,91,16); }

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

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

 a { background-color: rgb(38,91,16); }

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

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

 span { border-color: rgb(38,91,16); }

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