Html Css Color HEX #32885F Sea Green

📋 copy color: '#32885F'

red 50 ◦ green 136 ◦ blue 95

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

Shades of Sea Green #32885F

Tints of Sea Green #32885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.4%

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

R = 17.79%
G = 48.4%
B = 33.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#32885F (or 0x32885F) is known color: Sea Green. HEX triplet: 32, 88 and 5F. RGB value is (50,136,95). Sum of RGB (Red+Green+Blue) = 50+136+95=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #32885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32885F is #CD77A0. Grayscale: #696969. Windows color (decimal): -13465505 or 6260786. OLE color: 6260786.

HSL color Cylindrical-coordinate representation of color #32885F: hue angle of 151.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32885F is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 95 -
CMYK 0.63 0 0.30 0.47
HSL 151.4º 0.46% 0.36% -
HSV(B) 151.4º 0.63% 0.53% -
XYZ 12.19 19.11 13.87 -
YUV 105.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 50 136 95 0.63 0 0.30 0.47 151.4 0.46 0.36
Hex 32 88 5F 3F 0 1E 2F 97 2E 24
Octal 62 210 137 77 0 36 57 227 56 44
Binary 110010 10001000 1011111 111111 0 11110 101111 10010111 101110 100100

Color Harmonies of #32885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32885F

Black with #32885F

Text Example


Text Example

White with #32885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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