Html Css Color HEX #32845F Sea Green

📋 copy color: '#32845F'

red 50 ◦ green 132 ◦ blue 95

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

Shades of Sea Green #32845F

Tints of Sea Green #32845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 18.05%
G = 47.65%
B = 34.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#32845F (or 0x32845F) is known color: Sea Green. HEX triplet: 32, 84 and 5F. RGB value is (50,132,95). Sum of RGB (Red+Green+Blue) = 50+132+95=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #32845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32845F is #CD7BA0. Grayscale: #676767. Windows color (decimal): -13466529 or 6259762. OLE color: 6259762.

HSL color Cylindrical-coordinate representation of color #32845F: hue angle of 152.93º 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 #32845F is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 95 -
CMYK 0.62 0 0.28 0.48
HSL 152.93º 0.45% 0.36% -
HSV(B) 152.93º 0.62% 0.52% -
XYZ 11.63 18.01 13.69 -
YUV 103.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 50 132 95 0.62 0 0.28 0.48 152.93 0.45 0.36
Hex 32 84 5F 3E 0 1C 30 99 2D 24
Octal 62 204 137 76 0 34 60 231 55 44
Binary 110010 10000100 1011111 111110 0 11100 110000 10011001 101101 100100

Color Harmonies of #32845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32845F

Black with #32845F

Text Example


Text Example

White with #32845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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