Html Css Color HEX #25502C Parsley

📋 copy color: '#25502C'

red 37 ◦ green 80 ◦ blue 44

#25502C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #25502C

Tints of Parsley #25502C

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 value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#25502C (or 0x25502C) is known color: 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

RGB 37 80 44 -
CMYK 0.54 0 0.45 0.69
HSL 129.77º 0.37% 0.23% -
HSV(B) 129.77º 0.54% 0.31% -
XYZ 4.09 6.31 3.39 -
YUV 63.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 37 80 44 0.54 0 0.45 0.69 129.77 0.37 0.23
Hex 25 50 2C 36 0 2D 45 82 25 17
Octal 45 120 54 66 0 55 105 202 45 27
Binary 100101 1010000 101100 110110 0 101101 1000101 10000010 100101 10111

Color Harmonies of #25502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25502C

Black with #25502C

Text Example


Text Example

White with #25502C

Text Example


Text Example

HTML Codes & Css Web 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>