#265010

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

Shades of Myrtle #265010

Tints of Myrtle #265010

Color information

#265010 (or 0x265010) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 10. RGB value is (38,80,16). Sum of RGB (Red+Green+Blue) = 38+80+16=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #265010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #265010 is #D9AFEF. Grayscale: #3C3C3C. Windows color (decimal): -14266352 or 1069094. OLE color: 1069094.

HSL color Cylindrical-coordinate representation of color #265010: hue angle of 99.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265010 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB388016-
CMYK0.5200.800.69
HSL99.38º66.67%18.82%-
HSV(B)99.38º80%31.37%-
XYZ3.766.191.49-
YUV60.15103.09112.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=28.36%
G=59.70%
B=11.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880160.5200.800.6999.3866.6718.82
Hex2650103405045634313
Octal461202064012010514310323
Binary1001101010000100001101000101000010001011100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265010; }

 p { color: rgb(38,80,16); }

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

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

 a { background-color: rgb(38,80,16); }

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

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

 span { border-color: rgb(38,80,16); }

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