#26522E

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

Shades of Parsley #26522E

Tints of Parsley #26522E

Color information

#26522E (or 0x26522E) is unknown color: approx Parsley. HEX triplet: 26, 52 and 2E. RGB value is (38,82,46). Sum of RGB (Red+Green+Blue) = 38+82+46=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #26522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26522E is #D9ADD1. Grayscale: #404040. Windows color (decimal): -14265810 or 3035686. OLE color: 3035686.

HSL color Cylindrical-coordinate representation of color #26522E: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26522E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB388246-
CMYK0.5400.440.68
HSL130.91º36.67%23.53%-
HSV(B)130.91º53.66%32.16%-
XYZ4.316.643.64-
YUV64.74117.42108.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=22.89%
G=49.40%
B=27.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882460.5400.440.68130.9136.6723.53
Hex26522E3602C44832518
Octal4612256660541042034530
Binary1001101010010101110110110010110010001001000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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