#265504

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

Shades of Myrtle #265504

Tints of Myrtle #265504

Color information

#265504 (or 0x265504) is unknown color: approx Myrtle. HEX triplet: 26, 55 and 04. RGB value is (38,85,4). Sum of RGB (Red+Green+Blue) = 38+85+4=127 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.92% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #265504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265504 is #D9AAFB. Grayscale: #3D3D3D. Windows color (decimal): -14265084 or 283942. OLE color: 283942.

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

Color convert

RGB38854-
CMYK0.5500.950.67
HSL94.81º91.01%17.45%-
HSV(B)94.81º95.29%33.33%-
XYZ4.076.921.24-
YUV61.7195.43111.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.92%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 4 (1.95% from 255) = 3.15%
R=29.92%
G=66.93%
B=3.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal388540.5500.950.6794.8191.0117.45
Hex265543705F435f5b11
Octal46125467013710313713321
Binary10011010101011001101110101111110000111011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265504; }

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

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

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

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

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

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

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

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