#25512D

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

Shades of Parsley #25512D

Tints of Parsley #25512D

Color information

#25512D (or 0x25512D) is unknown color: approx Parsley. HEX triplet: 25, 51 and 2D. RGB value is (37,81,45). Sum of RGB (Red+Green+Blue) = 37+81+45=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #25512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25512D is #DAAED2. Grayscale: #3F3F3F. Windows color (decimal): -14331603 or 2969893. OLE color: 2969893.

HSL color Cylindrical-coordinate representation of color #25512D: hue angle of 130.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25512D is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB378145-
CMYK0.5400.440.68
HSL130.91º37.29%23.14%-
HSV(B)130.91º54.32%31.76%-
XYZ4.186.473.51-
YUV63.74117.42108.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=22.70%
G=49.69%
B=27.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781450.5400.440.68130.9137.2923.14
Hex25512D3602C44832517
Octal4512155660541042034527
Binary1001011010001101101110110010110010001001000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25512D; }

 p { color: rgb(37,81,45); }

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

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

 a { background-color: rgb(37,81,45); }

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

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

 span { border-color: rgb(37,81,45); }

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