#265212

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

Shades of Myrtle #265212

Tints of Myrtle #265212

Color information

#265212 (or 0x265212) is unknown color: approx Myrtle. HEX triplet: 26, 52 and 12. RGB value is (38,82,18). Sum of RGB (Red+Green+Blue) = 38+82+18=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #265212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265212 is #D9ADED. Grayscale: #3D3D3D. Windows color (decimal): -14265838 or 1200678. OLE color: 1200678.

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

Color convert

RGB388218-
CMYK0.5400.780.68
HSL101.25º64%19.61%-
HSV(B)101.25º78.05%32.16%-
XYZ3.936.491.62-
YUV61.55103.42111.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=27.54%
G=59.42%
B=13.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882180.5400.780.68101.256419.61
Hex2652123604E44654014
Octal461222266011610414510024
Binary1001101010010100101101100100111010001001100101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265212; }

 p { color: rgb(38,82,18); }

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

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

 a { background-color: rgb(38,82,18); }

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

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

 span { border-color: rgb(38,82,18); }

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