Html Css Color HEX #32845D Sea Green

📋 copy color: '#32845D'

red 50 ◦ green 132 ◦ blue 93

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

Shades of Sea Green #32845D

Tints of Sea Green #32845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 18.18%
G = 48%
B = 33.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#32845D (or 0x32845D) is known color: Sea Green. HEX triplet: 32, 84 and 5D. RGB value is (50,132,93). Sum of RGB (Red+Green+Blue) = 50+132+93=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #32845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32845D is #CD7BA2. Grayscale: #676767. Windows color (decimal): -13466531 or 6128690. OLE color: 6128690.

HSL color Cylindrical-coordinate representation of color #32845D: hue angle of 151.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32845D is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 93 -
CMYK 0.62 0 0.30 0.48
HSL 151.46º 0.45% 0.36% -
HSV(B) 151.46º 0.62% 0.52% -
XYZ 11.54 17.97 13.22 -
YUV 103.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 50 132 93 0.62 0 0.30 0.48 151.46 0.45 0.36
Hex 32 84 5D 3E 0 1E 30 97 2D 24
Octal 62 204 135 76 0 36 60 227 55 44
Binary 110010 10000100 1011101 111110 0 11110 110000 10010111 101101 100100

Color Harmonies of #32845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32845D

Black with #32845D

Text Example


Text Example

White with #32845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32845D; }

 p { color: rgb(50,132,93); }

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

background-color css

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

 a { background-color: rgb(50,132,93); }

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

border-color css

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

 span { border-color: rgb(50,132,93); }

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