Html Css Color HEX #25552B Parsley

📋 copy color: '#25552B'

red 37 ◦ green 85 ◦ blue 43

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

Shades of Parsley #25552B

Tints of Parsley #25552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 22.42%
G = 51.52%
B = 26.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#25552B (or 0x25552B) is known color: Parsley. HEX triplet: 25, 55 and 2B. RGB value is (37,85,43). Sum of RGB (Red+Green+Blue) = 37+85+43=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #25552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552B is #DAAAD4. Grayscale: #414141. Windows color (decimal): -14330581 or 2839845. OLE color: 2839845.

HSL color Cylindrical-coordinate representation of color #25552B: hue angle of 127.5º 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 #25552B is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 85 43 -
CMYK 0.56 0 0.49 0.67
HSL 127.5º 0.39% 0.24% -
HSV(B) 127.5º 0.56% 0.33% -
XYZ 4.45 7.06 3.41 -
YUV 65.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 37 85 43 0.56 0 0.49 0.67 127.5 0.39 0.24
Hex 25 55 2B 38 0 31 43 80 27 18
Octal 45 125 53 70 0 61 103 200 47 30
Binary 100101 1010101 101011 111000 0 110001 1000011 10000000 100111 11000

Color Harmonies of #25552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25552B

Black with #25552B

Text Example


Text Example

White with #25552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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