#265502

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

Shades of Myrtle #265502

Tints of Myrtle #265502

Color information

#265502 (or 0x265502) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 02. RGB value is (38,85,2). Sum of RGB (Red+Green+Blue) = 38+85+2=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #265502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265502 is #D9AAFD. Grayscale: #3D3D3D. Windows color (decimal): -14265086 or 152870. OLE color: 152870.

HSL color Cylindrical-coordinate representation of color #265502: hue angle of 93.98º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #265502 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB38852-
CMYK0.5500.980.67
HSL93.98º95.4%17.06%-
HSV(B)93.98º97.65%33.33%-
XYZ4.066.911.18-
YUV61.4894.43111.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=30.4%
G=68%
B=1.6%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal388520.5500.980.6793.9895.417.06
Hex2655237062435e5f11
Octal46125267014210313613721
Binary1001101010101101101110110001010000111011110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265502; }

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

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

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

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

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

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

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

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