#265F1B

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

Shades of Myrtle #265F1B

Tints of Myrtle #265F1B

Color information

#265F1B (or 0x265F1B) is unknown color: approx Myrtle. HEX triplet: 26, 5F and 1B. RGB value is (38,95,27). Sum of RGB (Red+Green+Blue) = 38+95+27=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #265F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F1B is #D9A0E4. Grayscale: #464646. Windows color (decimal): -14262501 or 1793830. OLE color: 1793830.

HSL color Cylindrical-coordinate representation of color #265F1B: hue angle of 110.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265F1B is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB389527-
CMYK0.6000.720.63
HSL110.29º55.74%23.92%-
HSV(B)110.29º71.58%37.25%-
XYZ5.098.682.44-
YUV70.2103.62105.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 95 (37.5% from 255) = 59.38%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=23.75%
G=59.38%
B=16.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3895270.6000.720.63110.2955.7423.92
Hex265F1B3C0483F6e3818
Octal4613733740110771567030
Binary10011010111111101111110001001000111111110111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,95,27); }

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

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

 a { background-color: rgb(38,95,27); }

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

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

 span { border-color: rgb(38,95,27); }

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