#26522B

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

Shades of Parsley #26522B

Tints of Parsley #26522B

Color information

#26522B (or 0x26522B) is unknown color: approx Parsley. HEX triplet: 26, 52 and 2B. RGB value is (38,82,43). Sum of RGB (Red+Green+Blue) = 38+82+43=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #26522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26522B is #D9ADD4. Grayscale: #404040. Windows color (decimal): -14265813 or 2839078. OLE color: 2839078.

HSL color Cylindrical-coordinate representation of color #26522B: hue angle of 126.82º 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 #26522B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB388243-
CMYK0.5400.480.68
HSL126.82º36.67%23.53%-
HSV(B)126.82º53.66%32.16%-
XYZ4.256.623.34-
YUV64.4115.92109.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=23.31%
G=50.31%
B=26.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882430.5400.480.68126.8236.6723.53
Hex26522B36030447f2518
Octal4612253660601041774530
Binary100110101001010101111011001100001000100111111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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