Html Css Color HEX #325B45 Green Pea

📋 copy color: '#325B45'

red 50 ◦ green 91 ◦ blue 69

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

Shades of Green Pea #325B45

Tints of Green Pea #325B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.33%

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

R = 23.81%
G = 43.33%
B = 32.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#325B45 (or 0x325B45) is known color: Green Pea. HEX triplet: 32, 5B and 45. RGB value is (50,91,69). Sum of RGB (Red+Green+Blue) = 50+91+69=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #325B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B45 is #CDA4BA. Grayscale: #4C4C4C. Windows color (decimal): -13477051 or 4545330. OLE color: 4545330.

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

Color convert

RGB 50 91 69 -
CMYK 0.45 0 0.24 0.64
HSL 147.8º 0.29% 0.28% -
HSV(B) 147.8º 0.45% 0.36% -
XYZ 6.13 8.59 6.97 -
YUV 76.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 50 91 69 0.45 0 0.24 0.64 147.8 0.29 0.28
Hex 32 5B 45 2D 0 18 40 94 1D 1C
Octal 62 133 105 55 0 30 100 224 35 34
Binary 110010 1011011 1000101 101101 0 11000 1000000 10010100 11101 11100

Color Harmonies of #325B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B45

Black with #325B45

Text Example


Text Example

White with #325B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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