Html Css Color HEX #325E46 Green Pea

📋 copy color: '#325E46'

red 50 ◦ green 94 ◦ blue 70

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

Shades of Green Pea #325E46

Tints of Green Pea #325E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 23.36%
G = 43.93%
B = 32.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#325E46 (or 0x325E46) is known color: Green Pea. HEX triplet: 32, 5E and 46. RGB value is (50,94,70). Sum of RGB (Red+Green+Blue) = 50+94+70=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #325E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E46 is #CDA1B9. Grayscale: #4E4E4E. Windows color (decimal): -13476282 or 4611634. OLE color: 4611634.

HSL color Cylindrical-coordinate representation of color #325E46: hue angle of 147.27º 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 #325E46 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 70 -
CMYK 0.47 0 0.26 0.63
HSL 147.27º 0.31% 0.28% -
HSV(B) 147.27º 0.47% 0.37% -
XYZ 6.42 9.13 7.22 -
YUV 78.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 50 94 70 0.47 0 0.26 0.63 147.27 0.31 0.28
Hex 32 5E 46 2F 0 1A 3F 93 1F 1C
Octal 62 136 106 57 0 32 77 223 37 34
Binary 110010 1011110 1000110 101111 0 11010 111111 10010011 11111 11100

Color Harmonies of #325E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E46

Black with #325E46

Text Example


Text Example

White with #325E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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