#265022

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

Shades of Myrtle #265022

Tints of Myrtle #265022

Color information

#265022 (or 0x265022) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 22. RGB value is (38,80,34). Sum of RGB (Red+Green+Blue) = 38+80+34=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #265022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265022 is #D9AFDD. Grayscale: #3E3E3E. Windows color (decimal): -14266334 or 2248742. OLE color: 2248742.

HSL color Cylindrical-coordinate representation of color #265022: hue angle of 114.78º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265022 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB388034-
CMYK0.5200.580.69
HSL114.78º40.35%22.35%-
HSV(B)114.78º57.5%31.37%-
XYZ3.966.262.51-
YUV62.2112.09110.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=25%
G=52.63%
B=22.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880340.5200.580.69114.7840.3522.35
Hex2650223403A45732816
Octal4612042640721051635026
Binary100110101000010001011010001110101000101111001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265022; }

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

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

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

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

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

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

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

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