Html Css Color HEX #325C45 Green Pea

📋 copy color: '#325C45'

red 50 ◦ green 92 ◦ blue 69

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

Shades of Green Pea #325C45

Tints of Green Pea #325C45

RGB

 RED value IS 50 (19.92% from 255) = 23.7%

 GREEN value IS 92 (36.33% from 255) = 43.6%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 23.7%
G = 43.6%
B = 32.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#325C45 (or 0x325C45) is known color: Green Pea. HEX triplet: 32, 5C and 45. RGB value is (50,92,69). Sum of RGB (Red+Green+Blue) = 50+92+69=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 92 - color contains mainly: green. Hex color #325C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C45 is #CDA3BA. Grayscale: #4C4C4C. Windows color (decimal): -13476795 or 4545586. OLE color: 4545586.

HSL color Cylindrical-coordinate representation of color #325C45: hue angle of 147.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325C45 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 69 -
CMYK 0.46 0 0.25 0.64
HSL 147.14º 0.3% 0.28% -
HSV(B) 147.14º 0.46% 0.36% -
XYZ 6.22 8.76 6.99 -
YUV 76.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 50 92 69 0.46 0 0.25 0.64 147.14 0.3 0.28
Hex 32 5C 45 2E 0 19 40 93 1E 1C
Octal 62 134 105 56 0 31 100 223 36 34
Binary 110010 1011100 1000101 101110 0 11001 1000000 10010011 11110 11100

Color Harmonies of #325C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C45

Black with #325C45

Text Example


Text Example

White with #325C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325C45; }

 p { color: rgb(50,92,69); }

 H1.HeaderClassName
 {
   color: #325C45;
 }
 .AnyTagClassName
 {
   color: #325C45;
 }
</style>

background-color css

<style>
 a { background-color: #325C45; }

 a { background-color: rgb(50,92,69); }

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

border-color css

<style>
 span { border-color: #325C45; }

 span { border-color: rgb(50,92,69); }

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