#265413

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

Shades of Myrtle #265413

Tints of Myrtle #265413

Color information

#265413 (or 0x265413) is unknown color: approx Myrtle. HEX triplet: 26, 54 and 13. RGB value is (38,84,19). Sum of RGB (Red+Green+Blue) = 38+84+19=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #265413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265413 is #D9ABEC. Grayscale: #3F3F3F. Windows color (decimal): -14265325 or 1266726. OLE color: 1266726.

HSL color Cylindrical-coordinate representation of color #265413: hue angle of 102.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265413 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB388419-
CMYK0.5500.770.67
HSL102.46º63.11%20.2%-
HSV(B)102.46º77.38%32.94%-
XYZ4.096.81.71-
YUV62.84103.26110.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=26.95%
G=59.57%
B=13.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884190.5500.770.67102.4663.1120.2
Hex2654133704D43663f14
Octal46124236701151031467724
Binary100110101010010011110111010011011000011110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265413; }

 p { color: rgb(38,84,19); }

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

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

 a { background-color: rgb(38,84,19); }

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

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

 span { border-color: rgb(38,84,19); }

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