Html Css Color HEX #325E45 Green Pea

📋 copy color: '#325E45'

red 50 ◦ green 94 ◦ blue 69

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

Shades of Green Pea #325E45

Tints of Green Pea #325E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

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

R = 23.47%
G = 44.13%
B = 32.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#325E45 (or 0x325E45) is known color: Green Pea. HEX triplet: 32, 5E and 45. RGB value is (50,94,69). Sum of RGB (Red+Green+Blue) = 50+94+69=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #325E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E45 is #CDA1BA. Grayscale: #4E4E4E. Windows color (decimal): -13476283 or 4546098. OLE color: 4546098.

HSL color Cylindrical-coordinate representation of color #325E45: hue angle of 145.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E45 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 69 -
CMYK 0.47 0 0.27 0.63
HSL 145.91º 0.31% 0.28% -
HSV(B) 145.91º 0.47% 0.37% -
XYZ 6.39 9.11 7.05 -
YUV 77.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 50 94 69 0.47 0 0.27 0.63 145.91 0.31 0.28
Hex 32 5E 45 2F 0 1B 3F 92 1F 1C
Octal 62 136 105 57 0 33 77 222 37 34
Binary 110010 1011110 1000101 101111 0 11011 111111 10010010 11111 11100

Color Harmonies of #325E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E45

Black with #325E45

Text Example


Text Example

White with #325E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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