#265E1F

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

Shades of Myrtle #265E1F

Tints of Myrtle #265E1F

Color information

#265E1F (or 0x265E1F) is unknown color: approx Myrtle. HEX triplet: 26, 5E and 1F. RGB value is (38,94,31). Sum of RGB (Red+Green+Blue) = 38+94+31=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #265E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265E1F is #D9A1E0. Grayscale: #464646. Windows color (decimal): -14262753 or 2055718. OLE color: 2055718.

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

Color convert

RGB389431-
CMYK0.6000.670.63
HSL113.33º50.4%24.51%-
HSV(B)113.33º67.02%36.86%-
XYZ5.058.522.67-
YUV70.07105.95105.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 94 (37.11% from 255) = 57.67%
BLUE value IS 31 (12.5% from 255) = 19.02%
R=23.31%
G=57.67%
B=19.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3894310.6000.670.63113.3350.424.51
Hex265E1F3C0433F713219
Octal4613637740103771616231
Binary10011010111101111111110001000011111111111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,31); }

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

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

 a { background-color: rgb(38,94,31); }

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

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

 span { border-color: rgb(38,94,31); }

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