Html Css Color HEX #32895D Sea Green

📋 copy color: '#32895D'

red 50 ◦ green 137 ◦ blue 93

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

Shades of Sea Green #32895D

Tints of Sea Green #32895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.93%

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

R = 17.86%
G = 48.93%
B = 33.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#32895D (or 0x32895D) is known color: Sea Green. HEX triplet: 32, 89 and 5D. RGB value is (50,137,93). Sum of RGB (Red+Green+Blue) = 50+137+93=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #32895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32895D is #CD76A2. Grayscale: #6A6A6A. Windows color (decimal): -13465251 or 6129970. OLE color: 6129970.

HSL color Cylindrical-coordinate representation of color #32895D: hue angle of 149.66º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32895D is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 93 -
CMYK 0.64 0 0.32 0.46
HSL 149.66º 0.47% 0.37% -
HSV(B) 149.66º 0.64% 0.54% -
XYZ 12.24 19.36 13.45 -
YUV 105.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 50 137 93 0.64 0 0.32 0.46 149.66 0.47 0.37
Hex 32 89 5D 40 0 20 2E 96 2F 25
Octal 62 211 135 100 0 40 56 226 57 45
Binary 110010 10001001 1011101 1000000 0 100000 101110 10010110 101111 100101

Color Harmonies of #32895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32895D

Black with #32895D

Text Example


Text Example

White with #32895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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