#264225

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

Shades of Myrtle #264225

Tints of Myrtle #264225

Color information

#264225 (or 0x264225) is unknown color: approx Myrtle. HEX triplet: 26, 42 and 25. RGB value is (38,66,37). Sum of RGB (Red+Green+Blue) = 38+66+37=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #264225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264225 is #D9BDDA. Grayscale: #363636. Windows color (decimal): -14269915 or 2441766. OLE color: 2441766.

HSL color Cylindrical-coordinate representation of color #264225: hue angle of 117.93º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #264225 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB386637-
CMYK0.4200.440.74
HSL117.93º28.16%20.2%-
HSV(B)117.93º43.94%25.88%-
XYZ3.084.442.45-
YUV54.32118.22116.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 37 (14.84% from 255) = 26.24%
R=26.95%
G=46.81%
B=26.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866370.4200.440.74117.9328.1620.2
Hex2642252A02C4A761c14
Octal4610245520541121663424
Binary10011010000101001011010100101100100101011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264225; }

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

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

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

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

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

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

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

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