#26542A

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

Shades of Parsley #26542A

Tints of Parsley #26542A

Color information

#26542A (or 0x26542A) is unknown color: approx Parsley. HEX triplet: 26, 54 and 2A. RGB value is (38,84,42). Sum of RGB (Red+Green+Blue) = 38+84+42=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #26542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26542A is #D9ABD5. Grayscale: #414141. Windows color (decimal): -14265302 or 2774054. OLE color: 2774054.

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

Color convert

RGB388442-
CMYK0.5500.50.67
HSL125.22º37.7%23.92%-
HSV(B)125.22º54.76%32.94%-
XYZ4.396.923.29-
YUV65.46114.76108.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=23.17%
G=51.22%
B=25.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884420.5500.50.67125.2237.723.92
Hex26542A37032437d2618
Octal4612452670621031754630
Binary100110101010010101011011101100101000011111110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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