#266213

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

Shades of Myrtle #266213

Tints of Myrtle #266213

Color information

#266213 (or 0x266213) is unknown color: approx Myrtle. HEX triplet: 26, 62 and 13. RGB value is (38,98,19). Sum of RGB (Red+Green+Blue) = 38+98+19=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #266213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266213 is #D99DEC. Grayscale: #474747. Windows color (decimal): -14261741 or 1270310. OLE color: 1270310.

HSL color Cylindrical-coordinate representation of color #266213: hue angle of 105.57º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266213 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB389819-
CMYK0.6100.810.62
HSL105.57º67.52%22.94%-
HSV(B)105.57º80.61%38.43%-
XYZ5.289.192.11-
YUV71.0598.62104.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=24.52%
G=63.23%
B=12.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898190.6100.810.62105.5767.5222.94
Hex2662133D0513E6a4417
Octal46142237501217615210427
Binary100110110001010011111101010100011111101101010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266213; }

 p { color: rgb(38,98,19); }

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

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

 a { background-color: rgb(38,98,19); }

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

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

 span { border-color: rgb(38,98,19); }

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