#26532B

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

Shades of Parsley #26532B

Tints of Parsley #26532B

Color information

#26532B (or 0x26532B) is unknown color: approx Parsley. HEX triplet: 26, 53 and 2B. RGB value is (38,83,43). Sum of RGB (Red+Green+Blue) = 38+83+43=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #26532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26532B is #D9ACD4. Grayscale: #414141. Windows color (decimal): -14265557 or 2839334. OLE color: 2839334.

HSL color Cylindrical-coordinate representation of color #26532B: hue angle of 126.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26532B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB388343-
CMYK0.5400.480.67
HSL126.67º37.19%23.73%-
HSV(B)126.67º54.22%32.55%-
XYZ4.336.773.36-
YUV64.98115.59108.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=23.17%
G=50.61%
B=26.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3883430.5400.480.67126.6737.1923.73
Hex26532B36030437f2518
Octal4612353660601031774530
Binary100110101001110101111011001100001000011111111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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