Html Css Color HEX #25532D Parsley

📋 copy color: '#25532D'

red 37 ◦ green 83 ◦ blue 45

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

Shades of Parsley #25532D

Tints of Parsley #25532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

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

R = 22.42%
G = 50.3%
B = 27.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#25532D (or 0x25532D) is known color: Parsley. HEX triplet: 25, 53 and 2D. RGB value is (37,83,45). Sum of RGB (Red+Green+Blue) = 37+83+45=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #25532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25532D is #DAACD2. Grayscale: #414141. Windows color (decimal): -14331091 or 2970405. OLE color: 2970405.

HSL color Cylindrical-coordinate representation of color #25532D: hue angle of 130.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25532D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 45 -
CMYK 0.55 0 0.46 0.67
HSL 130.43º 0.38% 0.24% -
HSV(B) 130.43º 0.55% 0.33% -
XYZ 4.33 6.77 3.56 -
YUV 64.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 37 83 45 0.55 0 0.46 0.67 130.43 0.38 0.24
Hex 25 53 2D 37 0 2E 43 82 26 18
Octal 45 123 55 67 0 56 103 202 46 30
Binary 100101 1010011 101101 110111 0 101110 1000011 10000010 100110 11000

Color Harmonies of #25532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25532D

Black with #25532D

Text Example


Text Example

White with #25532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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