Html Css Color HEX #325C44 Green Pea

📋 copy color: '#325C44'

red 50 ◦ green 92 ◦ blue 68

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

Shades of Green Pea #325C44

Tints of Green Pea #325C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 23.81%
G = 43.81%
B = 32.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#325C44 (or 0x325C44) is known color: Green Pea. HEX triplet: 32, 5C and 44. RGB value is (50,92,68). Sum of RGB (Red+Green+Blue) = 50+92+68=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #325C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C44 is #CDA3BB. Grayscale: #4C4C4C. Windows color (decimal): -13476796 or 4480050. OLE color: 4480050.

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

Color convert

RGB 50 92 68 -
CMYK 0.46 0 0.26 0.64
HSL 145.71º 0.3% 0.28% -
HSV(B) 145.71º 0.46% 0.36% -
XYZ 6.19 8.75 6.83 -
YUV 76.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 50 92 68 0.46 0 0.26 0.64 145.71 0.3 0.28
Hex 32 5C 44 2E 0 1A 40 92 1E 1C
Octal 62 134 104 56 0 32 100 222 36 34
Binary 110010 1011100 1000100 101110 0 11010 1000000 10010010 11110 11100

Color Harmonies of #325C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C44

Black with #325C44

Text Example


Text Example

White with #325C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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