#265D33

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

Shades of Parsley #265D33

Tints of Parsley #265D33

Color information

#265D33 (or 0x265D33) is unknown color: approx Parsley. HEX triplet: 26, 5D and 33. RGB value is (38,93,51). Sum of RGB (Red+Green+Blue) = 38+93+51=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #265D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D33 is #D9A2CC. Grayscale: #474747. Windows color (decimal): -14262989 or 3366182. OLE color: 3366182.

HSL color Cylindrical-coordinate representation of color #265D33: hue angle of 134.18º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D33 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB389351-
CMYK0.5900.450.64
HSL134.18º41.98%25.69%-
HSV(B)134.18º59.14%36.47%-
XYZ5.318.484.49-
YUV71.77116.28103.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=20.88%
G=51.10%
B=28.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3893510.5900.450.64134.1841.9825.69
Hex265D333B02D40862a1a
Octal4613563730551002065232
Binary1001101011101110011111011010110110000001000011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265D33; }

 p { color: rgb(38,93,51); }

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

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

 a { background-color: rgb(38,93,51); }

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

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

 span { border-color: rgb(38,93,51); }

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