#26512A

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

Shades of Parsley #26512A

Tints of Parsley #26512A

Color information

#26512A (or 0x26512A) is unknown color: approx Parsley. HEX triplet: 26, 51 and 2A. RGB value is (38,81,42). Sum of RGB (Red+Green+Blue) = 38+81+42=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #26512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26512A is #D9AED5. Grayscale: #3F3F3F. Windows color (decimal): -14266070 or 2773286. OLE color: 2773286.

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

Color convert

RGB388142-
CMYK0.5300.480.68
HSL125.58º36.13%23.33%-
HSV(B)125.58º53.09%31.76%-
XYZ4.166.463.22-
YUV63.7115.75109.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=23.60%
G=50.31%
B=26.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881420.5300.480.68125.5836.1323.33
Hex26512A35030447e2417
Octal4612152650601041764427
Binary100110101000110101011010101100001000100111111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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