#25502A

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

Shades of Parsley #25502A

Tints of Parsley #25502A

Color information

#25502A (or 0x25502A) is unknown color: approx Parsley. HEX triplet: 25, 50 and 2A. RGB value is (37,80,42). Sum of RGB (Red+Green+Blue) = 37+80+42=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #25502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502A is #DAAFD5. Grayscale: #3E3E3E. Windows color (decimal): -14331862 or 2773029. OLE color: 2773029.

HSL color Cylindrical-coordinate representation of color #25502A: hue angle of 126.98º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25502A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB378042-
CMYK0.5400.480.69
HSL126.98º36.75%22.94%-
HSV(B)126.98º53.75%31.37%-
XYZ4.056.33.19-
YUV62.81116.25109.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 80 (31.64% from 255) = 50.31%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=23.27%
G=50.31%
B=26.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780420.5400.480.69126.9836.7522.94
Hex25502A36030457f2517
Octal4512052660601051774527
Binary100101101000010101011011001100001000101111111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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