#26512D

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

Shades of Parsley #26512D

Tints of Parsley #26512D

Color information

#26512D (or 0x26512D) is unknown color: approx Parsley. HEX triplet: 26, 51 and 2D. RGB value is (38,81,45). Sum of RGB (Red+Green+Blue) = 38+81+45=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #26512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26512D is #D9AED2. Grayscale: #404040. Windows color (decimal): -14266067 or 2969894. OLE color: 2969894.

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

Color convert

RGB388145-
CMYK0.5300.440.68
HSL129.77º36.13%23.33%-
HSV(B)129.77º53.09%31.76%-
XYZ4.226.493.51-
YUV64.04117.25109.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=23.17%
G=49.39%
B=27.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881450.5300.440.68129.7736.1323.33
Hex26512D3502C44822417
Octal4612155650541042024427
Binary1001101010001101101110101010110010001001000001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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