#25502C

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

Shades of Parsley #25502C

Tints of Parsley #25502C

Color information

#25502C (or 0x25502C) is unknown color: approx Parsley. HEX triplet: 25, 50 and 2C. RGB value is (37,80,44). Sum of RGB (Red+Green+Blue) = 37+80+44=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #25502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25502C is #DAAFD3. Grayscale: #3F3F3F. Windows color (decimal): -14331860 or 2904101. OLE color: 2904101.

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

Color convert

RGB378044-
CMYK0.5400.450.69
HSL129.77º36.75%22.94%-
HSV(B)129.77º53.75%31.37%-
XYZ4.096.313.39-
YUV63.04117.25109.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=22.98%
G=49.69%
B=27.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780440.5400.450.69129.7736.7522.94
Hex25502C3602D45822517
Octal4512054660551052024527
Binary1001011010000101100110110010110110001011000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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