#265128

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

Shades of Parsley #265128

Tints of Parsley #265128

Color information

#265128 (or 0x265128) is unknown color: approx Parsley. HEX triplet: 26, 51 and 28. RGB value is (38,81,40). Sum of RGB (Red+Green+Blue) = 38+81+40=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #265128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265128 is #D9AED7. Grayscale: #3F3F3F. Windows color (decimal): -14266072 or 2642214. OLE color: 2642214.

HSL color Cylindrical-coordinate representation of color #265128: hue angle of 122.79º 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 #265128 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB388140-
CMYK0.5300.510.68
HSL122.79º36.13%23.33%-
HSV(B)122.79º53.09%31.76%-
XYZ4.126.453.04-
YUV63.47114.75109.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 81 (32.03% from 255) = 50.94%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=23.90%
G=50.94%
B=25.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881400.5300.510.68122.7936.1323.33
Hex26512835033447b2417
Octal4612150650631041734427
Binary100110101000110100011010101100111000100111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265128; }

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

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

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

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

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

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

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

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