#265D0B

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

Shades of Myrtle #265D0B

Tints of Myrtle #265D0B

Color information

#265D0B (or 0x265D0B) is unknown color: approx Myrtle. HEX triplet: 26, 5D and 0B. RGB value is (38,93,11). Sum of RGB (Red+Green+Blue) = 38+93+11=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #265D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265D0B is #D9A2F4. Grayscale: #434343. Windows color (decimal): -14263029 or 744742. OLE color: 744742.

HSL color Cylindrical-coordinate representation of color #265D0B: hue angle of 100.24º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #265D0B is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB389311-
CMYK0.5900.880.64
HSL100.24º78.85%20.39%-
HSV(B)100.24º88.17%36.47%-
XYZ4.778.261.66-
YUV67.2196.28107.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 93 (36.72% from 255) = 65.49%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=26.76%
G=65.49%
B=7.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893110.5900.880.64100.2478.8520.39
Hex265DB3B05840644f14
Octal461351373013010014411724
Binary100110101110110111110110101100010000001100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,11); }

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

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

 a { background-color: rgb(38,93,11); }

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

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

 span { border-color: rgb(38,93,11); }

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