Html Css Color HEX #32894B Sea Green

📋 copy color: '#32894B'

red 50 ◦ green 137 ◦ blue 75

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

Shades of Sea Green #32894B

Tints of Sea Green #32894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 19.08%
G = 52.29%
B = 28.63%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#32894B (or 0x32894B) is known color: Sea Green. HEX triplet: 32, 89 and 4B. RGB value is (50,137,75). Sum of RGB (Red+Green+Blue) = 50+137+75=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #32894B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32894B is #CD76B4. Grayscale: #686868. Windows color (decimal): -13465269 or 4950322. OLE color: 4950322.

HSL color Cylindrical-coordinate representation of color #32894B: hue angle of 137.24º 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 #32894B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 75 -
CMYK 0.64 0 0.45 0.46
HSL 137.24º 0.47% 0.37% -
HSV(B) 137.24º 0.64% 0.54% -
XYZ 11.53 19.08 9.73 -
YUV 103.92 111.68 89.54 -
System Red Green Blue C M Y K H S L
Decimal 50 137 75 0.64 0 0.45 0.46 137.24 0.47 0.37
Hex 32 89 4B 40 0 2D 2E 89 2F 25
Octal 62 211 113 100 0 55 56 211 57 45
Binary 110010 10001001 1001011 1000000 0 101101 101110 10001001 101111 100101

Color Harmonies of #32894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32894B

Black with #32894B

Text Example


Text Example

White with #32894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32894B; }

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

 H1.HeaderClassName
 {
   color: #32894B;
 }
 .AnyTagClassName
 {
   color: #32894B;
 }
</style>

background-color css

<style>
 a { background-color: #32894B; }

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

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

border-color css

<style>
 span { border-color: #32894B; }

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

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