#26552A

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

Shades of Parsley #26552A

Tints of Parsley #26552A

Color information

#26552A (or 0x26552A) is unknown color: approx Parsley. HEX triplet: 26, 55 and 2A. RGB value is (38,85,42). Sum of RGB (Red+Green+Blue) = 38+85+42=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #26552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26552A is #D9AAD5. Grayscale: #424242. Windows color (decimal): -14265046 or 2774310. OLE color: 2774310.

HSL color Cylindrical-coordinate representation of color #26552A: hue angle of 125.11º 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 #26552A is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB388542-
CMYK0.5500.510.67
HSL125.11º38.21%24.12%-
HSV(B)125.11º55.29%33.33%-
XYZ4.477.083.32-
YUV66.04114.43108-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=23.03%
G=51.52%
B=25.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885420.5500.510.67125.1138.2124.12
Hex26552A37033437d2618
Octal4612552670631031754630
Binary100110101010110101011011101100111000011111110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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