#26512B

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

Shades of Parsley #26512B

Tints of Parsley #26512B

Color information

#26512B (or 0x26512B) is unknown color: approx Parsley. HEX triplet: 26, 51 and 2B. RGB value is (38,81,43). Sum of RGB (Red+Green+Blue) = 38+81+43=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #26512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26512B is #D9AED4. Grayscale: #3F3F3F. Windows color (decimal): -14266069 or 2838822. OLE color: 2838822.

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

Color convert

RGB388143-
CMYK0.5300.470.68
HSL126.98º36.13%23.33%-
HSV(B)126.98º53.09%31.76%-
XYZ4.186.473.31-
YUV63.81116.25109.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=23.46%
G=50%
B=26.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881430.5300.470.68126.9836.1323.33
Hex26512B3502F447f2417
Octal4612153650571041774427
Binary100110101000110101111010101011111000100111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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