#264125

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

Shades of Myrtle #264125

Tints of Myrtle #264125

Color information

#264125 (or 0x264125) is unknown color: approx Myrtle. HEX triplet: 26, 41 and 25. RGB value is (38,65,37). Sum of RGB (Red+Green+Blue) = 38+65+37=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #264125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264125 is #D9BEDA. Grayscale: #353535. Windows color (decimal): -14270171 or 2441510. OLE color: 2441510.

HSL color Cylindrical-coordinate representation of color #264125: hue angle of 117.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264125 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB386537-
CMYK0.4200.430.75
HSL117.86º27.45%20%-
HSV(B)117.86º43.08%25.49%-
XYZ3.024.332.43-
YUV53.74118.55116.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=27.14%
G=46.43%
B=26.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3865370.4200.430.75117.8627.4520
Hex2641252A02B4B761b14
Octal4610145520531131663324
Binary10011010000011001011010100101011100101111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264125; }

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

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

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

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

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

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

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

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