Html Css Color HEX #329145 Sea Green

📋 copy color: '#329145'

red 50 ◦ green 145 ◦ blue 69

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

Shades of Sea Green #329145

Tints of Sea Green #329145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.92%

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

R = 18.94%
G = 54.92%
B = 26.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#329145 (or 0x329145) is known color: Sea Green. HEX triplet: 32, 91 and 45. RGB value is (50,145,69). Sum of RGB (Red+Green+Blue) = 50+145+69=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #329145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329145 is #CD6EBA. Grayscale: #6C6C6C. Windows color (decimal): -13463227 or 4559154. OLE color: 4559154.

HSL color Cylindrical-coordinate representation of color #329145: hue angle of 132º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329145 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 69 -
CMYK 0.66 0 0.52 0.43
HSL 132º 0.49% 0.38% -
HSV(B) 132º 0.66% 0.57% -
XYZ 12.51 21.36 9.09 -
YUV 107.93 106.03 86.68 -
System Red Green Blue C M Y K H S L
Decimal 50 145 69 0.66 0 0.52 0.43 132 0.49 0.38
Hex 32 91 45 42 0 34 2B 84 31 26
Octal 62 221 105 102 0 64 53 204 61 46
Binary 110010 10010001 1000101 1000010 0 110100 101011 10000100 110001 100110

Color Harmonies of #329145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329145

Black with #329145

Text Example


Text Example

White with #329145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329145; }

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

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

background-color css

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

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

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

border-color css

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

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

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