#26542E

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

Shades of Parsley #26542E

Tints of Parsley #26542E

Color information

#26542E (or 0x26542E) is unknown color: approx Parsley. HEX triplet: 26, 54 and 2E. RGB value is (38,84,46). Sum of RGB (Red+Green+Blue) = 38+84+46=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #26542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26542E is #D9ABD1. Grayscale: #424242. Windows color (decimal): -14265298 or 3036198. OLE color: 3036198.

HSL color Cylindrical-coordinate representation of color #26542E: hue angle of 130.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #26542E is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB388446-
CMYK0.5500.450.67
HSL130.43º37.7%23.92%-
HSV(B)130.43º54.76%32.94%-
XYZ4.466.953.69-
YUV65.91116.76108.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=22.62%
G=50%
B=27.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884460.5500.450.67130.4337.723.92
Hex26542E3702D43822618
Octal4612456670551032024630
Binary1001101010100101110110111010110110000111000001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26542E; }

 p { color: rgb(38,84,46); }

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

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

 a { background-color: rgb(38,84,46); }

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

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

 span { border-color: rgb(38,84,46); }

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