#26502D

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

Shades of Parsley #26502D

Tints of Parsley #26502D

Color information

#26502D (or 0x26502D) is unknown color: approx Parsley. HEX triplet: 26, 50 and 2D. RGB value is (38,80,45). Sum of RGB (Red+Green+Blue) = 38+80+45=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #26502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26502D is #D9AFD2. Grayscale: #3F3F3F. Windows color (decimal): -14266323 or 2969638. OLE color: 2969638.

HSL color Cylindrical-coordinate representation of color #26502D: hue angle of 130º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26502D is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB388045-
CMYK0.5200.440.69
HSL130º35.59%23.14%-
HSV(B)130º52.5%31.37%-
XYZ4.146.343.49-
YUV63.45117.59109.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=23.31%
G=49.08%
B=27.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880450.5200.440.6913035.5923.14
Hex26502D3402C45822417
Octal4612055640541052024427
Binary1001101010000101101110100010110010001011000001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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