#265202

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

Shades of Myrtle #265202

Tints of Myrtle #265202

Color information

#265202 (or 0x265202) is unknown color: approx Myrtle. HEX triplet: 26, 52 and 02. RGB value is (38,82,2). Sum of RGB (Red+Green+Blue) = 38+82+2=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #265202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265202 is #D9ADFD. Grayscale: #3B3B3B. Windows color (decimal): -14265854 or 152102. OLE color: 152102.

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

Color convert

RGB38822-
CMYK0.5400.980.68
HSL93º95.24%16.47%-
HSV(B)93º97.56%32.16%-
XYZ3.836.451.1-
YUV59.7295.42112.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=31.15%
G=67.21%
B=1.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal388220.5400.980.689395.2416.47
Hex2652236062445d5f10
Octal46122266014210413513720
Binary1001101010010101101100110001010001001011101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265202; }

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

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

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

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

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

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

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

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