Html Css Color HEX #25552C Parsley

📋 copy color: '#25552C'

red 37 ◦ green 85 ◦ blue 44

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

Shades of Parsley #25552C

Tints of Parsley #25552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.2%

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 22.29%
G = 51.2%
B = 26.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#25552C (or 0x25552C) is known color: Parsley. HEX triplet: 25, 55 and 2C. RGB value is (37,85,44). Sum of RGB (Red+Green+Blue) = 37+85+44=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #25552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552C is #DAAAD3. Grayscale: #424242. Windows color (decimal): -14330580 or 2905381. OLE color: 2905381.

HSL color Cylindrical-coordinate representation of color #25552C: hue angle of 128.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25552C is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 44 -
CMYK 0.56 0 0.48 0.67
HSL 128.75º 0.39% 0.24% -
HSV(B) 128.75º 0.56% 0.33% -
XYZ 4.47 7.07 3.51 -
YUV 65.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 37 85 44 0.56 0 0.48 0.67 128.75 0.39 0.24
Hex 25 55 2C 38 0 30 43 81 27 18
Octal 45 125 54 70 0 60 103 201 47 30
Binary 100101 1010101 101100 111000 0 110000 1000011 10000001 100111 11000

Color Harmonies of #25552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25552C

Black with #25552C

Text Example


Text Example

White with #25552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25552C;
 }
 .AnyTagClassName
 {
   color: #25552C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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