#265A25

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

Shades of Parsley #265A25

Tints of Parsley #265A25

Color information

#265A25 (or 0x265A25) is unknown color: approx Parsley. HEX triplet: 26, 5A and 25. RGB value is (38,90,37). Sum of RGB (Red+Green+Blue) = 38+90+37=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #265A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265A25 is #D9A5DA. Grayscale: #444444. Windows color (decimal): -14263771 or 2447910. OLE color: 2447910.

HSL color Cylindrical-coordinate representation of color #265A25: hue angle of 118.87º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265A25 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB389037-
CMYK0.5800.590.65
HSL118.87º41.73%24.9%-
HSV(B)118.87º58.89%35.29%-
XYZ4.797.863.01-
YUV68.41110.27106.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=23.03%
G=54.55%
B=22.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3890370.5800.590.65118.8741.7324.9
Hex265A253A03B41772a19
Octal4613245720731011675231
Binary100110101101010010111101001110111000001111011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,90,37); }

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

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

 a { background-color: rgb(38,90,37); }

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

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

 span { border-color: rgb(38,90,37); }

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