#26542D

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

Shades of Parsley #26542D

Tints of Parsley #26542D

Color information

#26542D (or 0x26542D) is unknown color: approx Parsley. HEX triplet: 26, 54 and 2D. RGB value is (38,84,45). Sum of RGB (Red+Green+Blue) = 38+84+45=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #26542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26542D is #D9ABD2. Grayscale: #414141. Windows color (decimal): -14265299 or 2970662. OLE color: 2970662.

HSL color Cylindrical-coordinate representation of color #26542D: hue angle of 129.13º 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 #26542D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB388445-
CMYK0.5500.460.67
HSL129.13º37.7%23.92%-
HSV(B)129.13º54.76%32.94%-
XYZ4.446.943.59-
YUV65.8116.26108.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=22.75%
G=50.30%
B=26.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884450.5500.460.67129.1337.723.92
Hex26542D3702E43812618
Octal4612455670561032014630
Binary1001101010100101101110111010111010000111000000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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