#26502A

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

Shades of Parsley #26502A

Tints of Parsley #26502A

Color information

#26502A (or 0x26502A) is unknown color: approx Parsley. HEX triplet: 26, 50 and 2A. RGB value is (38,80,42). Sum of RGB (Red+Green+Blue) = 38+80+42=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #26502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26502A is #D9AFD5. Grayscale: #3F3F3F. Windows color (decimal): -14266326 or 2773030. OLE color: 2773030.

HSL color Cylindrical-coordinate representation of color #26502A: hue angle of 125.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26502A is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB388042-
CMYK0.5200.480.69
HSL125.71º35.59%23.14%-
HSV(B)125.71º52.5%31.37%-
XYZ4.096.323.19-
YUV63.11116.09110.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.75%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=23.75%
G=50%
B=26.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880420.5200.480.69125.7135.5923.14
Hex26502A34030457e2417
Octal4612052640601051764427
Binary100110101000010101011010001100001000101111111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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