#26552B

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

Shades of Parsley #26552B

Tints of Parsley #26552B

Color information

#26552B (or 0x26552B) is unknown color: approx Parsley. HEX triplet: 26, 55 and 2B. RGB value is (38,85,43). Sum of RGB (Red+Green+Blue) = 38+85+43=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #26552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552B is #D9AAD4. Grayscale: #424242. Windows color (decimal): -14265045 or 2839846. OLE color: 2839846.

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

Color convert

RGB388543-
CMYK0.5500.490.67
HSL126.38º38.21%24.12%-
HSV(B)126.38º55.29%33.33%-
XYZ4.487.083.42-
YUV66.16114.93107.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=22.89%
G=51.20%
B=25.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885430.5500.490.67126.3838.2124.12
Hex26552B37031437e2618
Octal4612553670611031764630
Binary100110101010110101111011101100011000011111111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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