#25512A

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

Shades of Parsley #25512A

Tints of Parsley #25512A

Color information

#25512A (or 0x25512A) is unknown color: approx Parsley. HEX triplet: 25, 51 and 2A. RGB value is (37,81,42). Sum of RGB (Red+Green+Blue) = 37+81+42=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #25512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25512A is #DAAED5. Grayscale: #3F3F3F. Windows color (decimal): -14331606 or 2773285. OLE color: 2773285.

HSL color Cylindrical-coordinate representation of color #25512A: hue angle of 126.82º 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 #25512A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB378142-
CMYK0.5400.480.68
HSL126.82º37.29%23.14%-
HSV(B)126.82º54.32%31.76%-
XYZ4.126.453.22-
YUV63.4115.92109.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=23.12%
G=50.62%
B=26.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781420.5400.480.68126.8237.2923.14
Hex25512A36030447f2517
Octal4512152660601041774527
Binary100101101000110101011011001100001000100111111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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