Html Css Color HEX #329152 Sea Green

📋 copy color: '#329152'

red 50 ◦ green 145 ◦ blue 82

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

Shades of Sea Green #329152

Tints of Sea Green #329152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 18.05%
G = 52.35%
B = 29.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#329152 (or 0x329152) is known color: Sea Green. HEX triplet: 32, 91 and 52. RGB value is (50,145,82). Sum of RGB (Red+Green+Blue) = 50+145+82=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #329152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329152 is #CD6EAD. Grayscale: #6D6D6D. Windows color (decimal): -13463214 or 5411122. OLE color: 5411122.

HSL color Cylindrical-coordinate representation of color #329152: hue angle of 140.21º 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 #329152 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 82 -
CMYK 0.66 0 0.43 0.43
HSL 140.21º 0.49% 0.38% -
HSV(B) 140.21º 0.66% 0.57% -
XYZ 12.96 21.54 11.46 -
YUV 109.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 50 145 82 0.66 0 0.43 0.43 140.21 0.49 0.38
Hex 32 91 52 42 0 2B 2B 8C 31 26
Octal 62 221 122 102 0 53 53 214 61 46
Binary 110010 10010001 1010010 1000010 0 101011 101011 10001100 110001 100110

Color Harmonies of #329152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329152

Black with #329152

Text Example


Text Example

White with #329152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329152; }

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

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

background-color css

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

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

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

border-color css

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

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

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