#265F1E

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

Shades of Myrtle #265F1E

Tints of Myrtle #265F1E

Color information

#265F1E (or 0x265F1E) is unknown color: approx Myrtle. HEX triplet: 26, 5F and 1E. RGB value is (38,95,30). Sum of RGB (Red+Green+Blue) = 38+95+30=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #265F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F1E is #D9A0E1. Grayscale: #464646. Windows color (decimal): -14262498 or 1990438. OLE color: 1990438.

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

Color convert

RGB389530-
CMYK0.6000.680.63
HSL112.62º52%24.51%-
HSV(B)112.62º68.42%37.25%-
XYZ5.138.692.64-
YUV70.55105.12104.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=23.31%
G=58.28%
B=18.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3895300.6000.680.63112.625224.51
Hex265F1E3C0443F713419
Octal4613736740104771616431
Binary10011010111111111011110001000100111111111000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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