#265125

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

Shades of Myrtle #265125

Tints of Myrtle #265125

Color information

#265125 (or 0x265125) is unknown color: approx Myrtle. HEX triplet: 26, 51 and 25. RGB value is (38,81,37). Sum of RGB (Red+Green+Blue) = 38+81+37=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #265125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265125 is #D9AEDA. Grayscale: #3F3F3F. Windows color (decimal): -14266075 or 2445606. OLE color: 2445606.

HSL color Cylindrical-coordinate representation of color #265125: hue angle of 118.64º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265125 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB388137-
CMYK0.5300.540.68
HSL118.64º37.29%23.14%-
HSV(B)118.64º54.32%31.76%-
XYZ4.086.432.78-
YUV63.13113.25110.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 81 (32.03% from 255) = 51.92%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=24.36%
G=51.92%
B=23.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881370.5300.540.68118.6437.2923.14
Hex2651253503644772517
Octal4612145650661041674527
Binary100110101000110010111010101101101000100111011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265125; }

 p { color: rgb(38,81,37); }

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

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

 a { background-color: rgb(38,81,37); }

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

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

 span { border-color: rgb(38,81,37); }

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