Html Css Color HEX #32855D Sea Green

📋 copy color: '#32855D'

red 50 ◦ green 133 ◦ blue 93

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

Shades of Sea Green #32855D

Tints of Sea Green #32855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

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

R = 18.12%
G = 48.19%
B = 33.7%

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

#32855D (or 0x32855D) is known color: Sea Green. HEX triplet: 32, 85 and 5D. RGB value is (50,133,93). Sum of RGB (Red+Green+Blue) = 50+133+93=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #32855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855D is #CD7AA2. Grayscale: #676767. Windows color (decimal): -13466275 or 6128946. OLE color: 6128946.

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

Color convert

RGB 50 133 93 -
CMYK 0.62 0 0.30 0.48
HSL 151.08º 0.45% 0.36% -
HSV(B) 151.08º 0.62% 0.52% -
XYZ 11.68 18.24 13.26 -
YUV 103.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 50 133 93 0.62 0 0.30 0.48 151.08 0.45 0.36
Hex 32 85 5D 3E 0 1E 30 97 2D 24
Octal 62 205 135 76 0 36 60 227 55 44
Binary 110010 10000101 1011101 111110 0 11110 110000 10010111 101101 100100

Color Harmonies of #32855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32855D

Black with #32855D

Text Example


Text Example

White with #32855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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