Html Css Color HEX #25552D Parsley

📋 copy color: '#25552D'

red 37 ◦ green 85 ◦ blue 45

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

Shades of Parsley #25552D

Tints of Parsley #25552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 22.16%
G = 50.9%
B = 26.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#25552D (or 0x25552D) is known color: Parsley. HEX triplet: 25, 55 and 2D. RGB value is (37,85,45). Sum of RGB (Red+Green+Blue) = 37+85+45=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #25552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25552D is #DAAAD2. Grayscale: #424242. Windows color (decimal): -14330579 or 2970917. OLE color: 2970917.

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

Color convert

RGB 37 85 45 -
CMYK 0.56 0 0.47 0.67
HSL 130º 0.39% 0.24% -
HSV(B) 130º 0.56% 0.33% -
XYZ 4.49 7.08 3.61 -
YUV 66.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 37 85 45 0.56 0 0.47 0.67 130 0.39 0.24
Hex 25 55 2D 38 0 2F 43 82 27 18
Octal 45 125 55 70 0 57 103 202 47 30
Binary 100101 1010101 101101 111000 0 101111 1000011 10000010 100111 11000

Color Harmonies of #25552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25552D

Black with #25552D

Text Example


Text Example

White with #25552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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