Html Css Color HEX #329248 Sea Green

📋 copy color: '#329248'

red 50 ◦ green 146 ◦ blue 72

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

Shades of Sea Green #329248

Tints of Sea Green #329248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.48%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 18.66%
G = 54.48%
B = 26.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#329248 (or 0x329248) is known color: Sea Green. HEX triplet: 32, 92 and 48. RGB value is (50,146,72). Sum of RGB (Red+Green+Blue) = 50+146+72=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #329248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329248 is #CD6DB7. Grayscale: #6D6D6D. Windows color (decimal): -13462968 or 4756018. OLE color: 4756018.

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

Color convert

RGB 50 146 72 -
CMYK 0.66 0 0.51 0.43
HSL 133.75º 0.49% 0.38% -
HSV(B) 133.75º 0.66% 0.57% -
XYZ 12.76 21.7 9.65 -
YUV 108.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 50 146 72 0.66 0 0.51 0.43 133.75 0.49 0.38
Hex 32 92 48 42 0 33 2B 86 31 26
Octal 62 222 110 102 0 63 53 206 61 46
Binary 110010 10010010 1001000 1000010 0 110011 101011 10000110 110001 100110

Color Harmonies of #329248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329248

Black with #329248

Text Example


Text Example

White with #329248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329248; }

 p { color: rgb(50,146,72); }

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

background-color css

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

 a { background-color: rgb(50,146,72); }

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

border-color css

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

 span { border-color: rgb(50,146,72); }

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