#25502B

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

Shades of Parsley #25502B

Tints of Parsley #25502B

Color information

#25502B (or 0x25502B) is unknown color: approx Parsley. HEX triplet: 25, 50 and 2B. RGB value is (37,80,43). Sum of RGB (Red+Green+Blue) = 37+80+43=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #25502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502B is #DAAFD4. Grayscale: #3F3F3F. Windows color (decimal): -14331861 or 2838565. OLE color: 2838565.

HSL color Cylindrical-coordinate representation of color #25502B: hue angle of 128.37º 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 #25502B is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB378043-
CMYK0.5400.460.69
HSL128.37º36.75%22.94%-
HSV(B)128.37º53.75%31.37%-
XYZ4.076.313.29-
YUV62.92116.75109.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=23.12%
G=50%
B=26.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780430.5400.460.69128.3736.7522.94
Hex25502B3602E45802517
Octal4512053660561052004527
Binary1001011010000101011110110010111010001011000000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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