Html Css Color HEX #25522A Parsley

📋 copy color: '#25522A'

red 37 ◦ green 82 ◦ blue 42

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

Shades of Parsley #25522A

Tints of Parsley #25522A

RGB

 RED value IS 37 (14.84% from 255) = 22.98%

 GREEN value IS 82 (32.42% from 255) = 50.93%

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 22.98%
G = 50.93%
B = 26.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#25522A (or 0x25522A) is known color: Parsley. HEX triplet: 25, 52 and 2A. RGB value is (37,82,42). Sum of RGB (Red+Green+Blue) = 37+82+42=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #25522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25522A is #DAADD5. Grayscale: #404040. Windows color (decimal): -14331350 or 2773541. OLE color: 2773541.

HSL color Cylindrical-coordinate representation of color #25522A: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25522A is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 42 -
CMYK 0.55 0 0.49 0.68
HSL 126.67º 0.38% 0.23% -
HSV(B) 126.67º 0.55% 0.32% -
XYZ 4.2 6.6 3.24 -
YUV 63.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 37 82 42 0.55 0 0.49 0.68 126.67 0.38 0.23
Hex 25 52 2A 37 0 31 44 7F 26 17
Octal 45 122 52 67 0 61 104 177 46 27
Binary 100101 1010010 101010 110111 0 110001 1000100 1111111 100110 10111

Color Harmonies of #25522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25522A

Black with #25522A

Text Example


Text Example

White with #25522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25522A;
 }
 .AnyTagClassName
 {
   color: #25522A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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