Html Css Color HEX #32855A Sea Green

📋 copy color: '#32855A'

red 50 ◦ green 133 ◦ blue 90

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

Shades of Sea Green #32855A

Tints of Sea Green #32855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 18.32%
G = 48.72%
B = 32.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#32855A (or 0x32855A) is known color: Sea Green. HEX triplet: 32, 85 and 5A. RGB value is (50,133,90). Sum of RGB (Red+Green+Blue) = 50+133+90=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #32855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855A is #CD7AA5. Grayscale: #676767. Windows color (decimal): -13466278 or 5932338. OLE color: 5932338.

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

Color convert

RGB 50 133 90 -
CMYK 0.62 0 0.32 0.48
HSL 148.92º 0.45% 0.36% -
HSV(B) 148.92º 0.62% 0.52% -
XYZ 11.55 18.19 12.58 -
YUV 103.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 50 133 90 0.62 0 0.32 0.48 148.92 0.45 0.36
Hex 32 85 5A 3E 0 20 30 95 2D 24
Octal 62 205 132 76 0 40 60 225 55 44
Binary 110010 10000101 1011010 111110 0 100000 110000 10010101 101101 100100

Color Harmonies of #32855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32855A

Black with #32855A

Text Example


Text Example

White with #32855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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